You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/akamai/vendor/akamai-open/edgegrid-client/.scrutinizer.yml

26 lines
483 B
YAML

filter:
paths: [src/*]
excluded_paths: [tests/*, vendor/*, build/*, tools/*, docs/*]
checks:
php:
code_rating: true
tools:
php_analyzer:
enabled: true
extensions:
- php
external_code_coverage:
timeout: 1200
runs: 1
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR2
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, spec]
sensiolabs_security_checker:
enabled: true