Skip to content

Commit

Permalink
Add .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DraperStudio committed Feb 27, 2015
1 parent 9e50253 commit 2597d30
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
checks:
php:
code_rating: true

tools:
external_code_coverage: true
php_analyzer: true
php_changetracking: true
php_code_sniffer:
config:
standard: "PSR2"
php_cpd: true
php_mess_detector: true
php_pdepend: true
sensiolabs_security_checker: true

0 comments on commit 2597d30

Please sign in to comment.