Skip to content

Commit

Permalink
Added .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
David Fuhr committed Dec 9, 2014
1 parent c4ee75a commit dfc4e61
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
tools:
external_code_coverage: true
php_analyzer: true
php_pdepend: true
php_sim: true

filter:
excluded_paths:
- 'tests/*'
- 'bin/*'

0 comments on commit dfc4e61

Please sign in to comment.