1
0
mirror of https://github.com/silverstripe/silverstripe-multiform synced 2024-10-22 11:05:49 +02:00

Merge pull request from helpfulrobot/add-standard-scrutinizer-config

Added standard Scrutinizer config
This commit is contained in:
Daniel Hensby 2015-11-19 10:38:31 +00:00
commit 8f4acf04a4

9
.scrutinizer.yml Normal file
View File

@ -0,0 +1,9 @@
inherit: true
checks:
php:
code_rating: true
duplication: true
filter:
paths: [code/*, tests/*]