librenms/.codeclimate.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
815 B
YAML
Raw Permalink Normal View History

version: "2"
plugins:
2016-11-21 20:48:58 +00:00
markdownlint:
enabled: true
2018-09-13 17:18:58 +00:00
checks:
MD013:
line_length: 120
2016-11-21 20:48:58 +00:00
phan:
enabled: false
2016-11-21 20:48:58 +00:00
phpcodesniffer:
enabled: true
config:
standard: "PSR2"
checks:
Generic Files LineLength TooLong:
enabled: false
2016-11-21 20:48:58 +00:00
duplication:
enabled: true
config:
languages:
- javascript
- python
- php
shellcheck:
enabled: true
eslint:
enabled: true
fixme:
enabled: true
phpmd:
enabled: true
checks:
Controversial/CamelCaseVariableName:
enabled: false
2018-09-13 17:18:58 +00:00
Controversial/CamelCaseParameterName:
enabled: false
CleanCode/StaticAccess:
enabled: false
2016-11-21 20:48:58 +00:00
radon:
enabled: true
exclude_patterns:
- "tests/"
- "lib/"
- "vendor/"
- "html/js/"
- "html/css/"