Passed
Push — master ( 6ceea6...906e59 )
by AJ
02:09
created

Checkout Config

filter:
  paths:
  - lib/*
  - tests/*
tools:
  external_code_coverage:
    runs: 2
    timeout: 600
  php_code_coverage: false
  php_code_sniffer:
    config:
      standard: PSR2
    filter:
      paths:
      - lib/*
      - tests/*
  php_cpd:
    enabled: true
  php_cs_fixer:
    config:
      level: psr2
  php_loc:
    enabled: true
    excluded_dirs:
    - tests/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }