netdata/.yamllint.yml

34 lines
659 B
YAML

---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- 'collectors/python.d.plugin/*.conf'
- 'collectors/python.d.plugin/*/*.conf'
rules:
line-length:
max: 120
level: warning
braces: enable
brackets: enable
colons: enable
commas: enable
comments: disable
comments-indentation: disable
document-end: disable
document-start:
level: warning
empty-lines: enable
empty-values: disable
hyphens: enable
indentation: enable
key-duplicates: enable
key-ordering: disable
new-line-at-end-of-file: enable
new-lines: enable
octal-values: enable
quoted-strings: disable
trailing-spaces: enable
truthy: disable