mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
More codeclimate tuning (#9197)
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user