Rewrite travis & add scrutinizer

This commit is contained in:
Jeremy
2015-03-28 00:23:25 +01:00
parent 6141388969
commit 3e6b7ea0e9
2 changed files with 54 additions and 14 deletions

22
.scrutinizer.yml Normal file
View File

@ -0,0 +1,22 @@
filter:
paths:
- src/*
excluded_paths:
- 'vendor/*'
- 'app/*'
- 'web/*'
- 'src/Wallabag/*Bundle/Tests/*'
- '*Test.php'
tools:
php_cs_fixer: true
php_analyzer: true
php_mess_detector: true
php_changetracking: true
php_code_sniffer: true
php_pdepend: true
sensiolabs_security_checker: true
external_code_coverage: true
php_code_coverage: true
php_sim: false
php_cpd: false