Skip to content

Commit

Permalink
Merge pull request #30 from helpfulrobot/add-standard-scrutinizer-config
Browse files Browse the repository at this point in the history
Added standard Scrutinizer config
  • Loading branch information
dhensby committed Nov 25, 2015
2 parents 965389d + 4a606ee commit 947d0f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
inherit: true

checks:
php:
code_rating: true
duplication: true

filter:
paths: [code/*, tests/*]

0 comments on commit 947d0f0

Please sign in to comment.