Skip to content

Commit

Permalink
Scrutinizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Jul 2, 2015
1 parent 6833682 commit a89c05f
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
tools:
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_pdepend: true
php_loc:
enabled: true
excluded_dirs: [vendor, tests]
checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- 'tests/*'
- tests/*
build:
tests:
override:
-
command: phpunit --coverage-clover=my-coverage-file
coverage:
file: my-coverage-file
format: php-clover

0 comments on commit a89c05f

Please sign in to comment.