Skip to content

Commit

Permalink
Merge pull request #145 from jrfnl/feature/minimal-scrutinizer-config
Browse files Browse the repository at this point in the history
Add minimal scrutinizer config.
  • Loading branch information
wimg committed Aug 5, 2016
2 parents aee42ae + 5cebe0c commit b52690b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
filter:
excluded_paths:
- 'Tests/sniff-examples/*'

tools:
php_sim: true
php_pdepend: true
php_analyzer: true
sensiolabs_security_checker: true

checks:
php: true

0 comments on commit b52690b

Please sign in to comment.