tuning CodeClimate configuration

pull/285/head
El RIDO 6 years ago
parent 59544da21f
commit 7e4c59143b
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

@ -4,6 +4,15 @@ checks:
file-lines:
config:
threshold: 2000
method-complexity:
config:
threshold: 550
method-count:
config:
threshold: 50
method-lines:
config:
threshold: 250
plugins:
csslint:
enabled: true
@ -40,6 +49,7 @@ plugins:
enabled: true
config:
standard: "PSR1,PSR2,PHPCS,Zend"
ignore_warnings: true
sonar-php:
enabled: true
config:

Loading…
Cancel
Save