Skip to content

Commit

Permalink
Updated scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyamcl committed Oct 22, 2019
1 parent 53eb938 commit 644809c
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .scrutinizer.yml
Expand Up @@ -18,6 +18,16 @@ checks:
fix_doc_comments: true

tools:
external_code_coverage:
timeout: 600
runs: 3
php_analyzer: true
php_code_coverage: false
php_code_sniffer:
config:
standard: PSR12
filter:
paths: ['src']
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
php_cpd:
enabled: true
excluded_dirs: [vendor, tests]

0 comments on commit 644809c

Please sign in to comment.