Skip to content

Commit

Permalink
Update .scrutinizer.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Paolo T. committed Sep 13, 2013
1 parent 29add96 commit fdf708e
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ tools:
php_pdepend:
excluded_dirs: [tests, lib]
php_code_coverage: false
php_code_sniffer: true
php_loc: true
php_mess_detector: true
php_pdepend: true
php_analyzer: true
php_code_sniffer:
excluded_dirs: [tests, lib]
php_loc:
excluded_dirs: [tests, lib]
php_mess_detector:
excluded_dirs: [tests, lib]
php_pdepend:
excluded_dirs: [tests, lib]
php_analyzer:
excluded_dirs: [tests, lib]
sensiolabs_security_checker: true

0 comments on commit fdf708e

Please sign in to comment.