mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
d47f96d5c3
Update to version 2 of config Don't require camelCase variables
42 lines
685 B
YAML
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/"
|