Skip to content

Commit

Permalink
Fix scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr authored Oct 17, 2017
1 parent d64b1c4 commit a24983c
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
inherit: true

tools:
external_code_coverage: false

checks:
php:
code_rating: true
duplication: true
php: true

build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]

filter:
paths: [src/*, tests/*]
paths: ["src/*", "tests/*"]

0 comments on commit a24983c

Please sign in to comment.