1
0
mirror of https://github.com/prometheus-community/bind_exporter.git synced 2025-04-18 13:04:01 +03:00
bind_exporter/.yamllint
PrometheusBot 22670117cb
Update common Prometheus files (#221)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-11-12 19:24:40 +01:00

26 lines
463 B
Plaintext

---
extends: default
ignore: |
**/node_modules
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
commas: disable
comments: disable
comments-indentation: disable
document-start: disable
indentation:
spaces: consistent
indent-sequences: consistent
key-duplicates:
ignore: |
config/testdata/section_key_dup.bad.yml
line-length: disable
truthy:
check-keys: false