librenms-librenms/.codeclimate.yml
Tony Murray d47f96d5c3 Codeclimate updates (#8918)
Update to version 2 of config
Don't require camelCase variables
2018-07-17 21:02:19 +01:00

42 lines
685 B
YAML

version: "2"
plugins:
markdownlint:
enabled: true
phan:
enabled: true
config:
file_extensions: "php"
phpcodesniffer:
enabled: true
config:
standard: "PSR2"
checks:
Generic Files LineLength TooLong:
enabled: false
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
radon:
enabled: true
exclude_patterns:
- "tests/"
- "lib/"
- "vendor/"
- "html/js/"
- "html/css/"