Update gitattributes and Scrutinizer configuration

This commit is contained in:
Robbie Averill 2018-07-03 11:36:04 +12:00
parent 8d295ada9c
commit e2404fc904
2 changed files with 9 additions and 4 deletions

1
.gitattributes vendored
View File

@ -4,3 +4,4 @@
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/codecov.yml export-ignore

View File

@ -1,9 +1,13 @@
inherit: true
checks:
php:
code_rating: true
duplication: true
php: true
build:
nodes:
analysis:
tests:
override: [php-scrutinizer-run]
filter:
paths: [code/*, tests/*]
paths: [src/*, tests/*]