removing PHPCS from CodeClimate, since it can't be configured and contradicts our code style enforced by other checkers
This commit is contained in:
parent
7e4c59143b
commit
82f2016214
1 changed files with 0 additions and 5 deletions
|
@ -45,11 +45,6 @@ plugins:
|
|||
enabled: false
|
||||
CleanCode/StaticAccess:
|
||||
enabled: false
|
||||
phpcodesniffer:
|
||||
enabled: true
|
||||
config:
|
||||
standard: "PSR1,PSR2,PHPCS,Zend"
|
||||
ignore_warnings: true
|
||||
sonar-php:
|
||||
enabled: true
|
||||
config:
|
||||
|
|
Loading…
Reference in a new issue