0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-03-14 21:22:57 +00:00
netdata_netdata/.yamllint.yml
Fotis Voutsas 9950cebd62
add datadog profiles for snmp collector ()
* add datadog profiles for snmp collector

* move to default and update readme

* udate CMake

* update REDISTRIBUTED.md and readme

* update yamllint to ignore datadog snmp profiles

---------

Co-authored-by: ilyam8 <ilya@netdata.cloud>
2025-03-06 12:02:48 +00:00

37 lines
810 B
YAML

---
yaml-files:
- '*.yaml'
- '*.yml'
- '.yamllint'
- 'src/collectors/python.d.plugin/*.conf'
- 'src/collectors/python.d.plugin/*/*.conf'
ignore: |
mqtt_websockets/
packaging/makeself/tmp/
src/go/plugin/go.d/config/go.d/snmp.profiles.d/default/
rules:
braces: enable
brackets: enable
colons: enable
commas: enable
comments: disable
comments-indentation: disable
document-end: disable
document-start: disable
empty-lines: enable
empty-values: enable
hyphens: enable
indentation: enable
line-length: disable
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:
check-keys: false
allowed-values: ["true", "false", "yes", "no"]