Skip to content

Commit

Permalink
Merge pull request #163 from helpfulrobot/add-standard-scrutinizer-co…
Browse files Browse the repository at this point in the history
…nfig

Added standard Scrutinizer config
  • Loading branch information
Damian Mooyman committed Nov 19, 2015
2 parents 69026a7 + 1c95201 commit 20a01bb
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 20a01bb

Please sign in to comment.