respect-validation/.scrutinizer.yml
Augusto Pascutti b0eb1284b8 Add scrutinizer badges to README.
Also removes the unstable build badge, which is kind of redundant since
we will always respect the pattern of keeping the `master` branch stable
enough to be used.

Two Scrutinizer badges were added: code coverage and code quality.

Travis changed to report code coverage to Scrutinizer.
2014-07-11 03:26:03 -03:00

12 lines
247 B
YAML

filter:
paths: [library/*]
tools:
external_code_coverage:
runs: 4
php_cpd:
excluded_dirs: [vendor]
php_pdepend:
excluded_dirs: [vendor]
sensiolabs_security_checker: true
php_changetracking: true