Completed
Push — master ( 604a9a...cf79ad )
by Tony Karavasilev (Тони
18:44
created

Checkout Config

# CryptoManana Framework Scrutinizer CI YAML Configuration

build:
  environment:
    php:
      version: "7.4"

filter:
  paths: [src/CryptoManana/*]
  excluded_paths: [tests/*, vendor/*, src/autoload.php]
  dependency_paths: [src/CryptoManana/Compatibility/*, src/compatibility.php]

checks:
  php: true

tools:
  php_sim: true
  php_pdepend: true
  php_analyzer: true
  php_mess_detector: true
  php_code_sniffer:
    config:
      standard: "PSR2"
  external_code_coverage:
    timeout: 1200
    runs: 2 # <- Zend OPcache ON/OFF

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false