More codeclimate tuning (#9197)

This commit is contained in:
Tony Murray 2018-09-13 12:18:58 -05:00 committed by GitHub
parent d08593e8d6
commit e769d6b648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,9 @@ version: "2"
plugins:
markdownlint:
enabled: true
checks:
MD013:
line_length: 120
phan:
enabled: false
phpcodesniffer:
@ -29,6 +32,10 @@ plugins:
checks:
Controversial/CamelCaseVariableName:
enabled: false
Controversial/CamelCaseParameterName:
enabled: false
CleanCode/StaticAccess:
enabled: false
radon:
enabled: true
exclude_patterns: