Added basic scrutinizer config.

This scrutinizer config should start generating scrutinizer badges for the mssql module.
This commit is contained in:
Sam Minnee 2015-08-12 14:09:32 +12:00
parent 1fab860174
commit 2cdd30f7d3
1 changed files with 5 additions and 0 deletions

5
.scrutinizer.yml Normal file
View File

@ -0,0 +1,5 @@
inherit: true
checks:
php:
code_rating: true
duplication: true