1
0
mirror of https://github.com/prometheus/mysqld_exporter.git synced 2025-04-18 09:24:02 +03:00
mysqld_exporter/.yamllint
PrometheusBot d6ae7aaf8d
Update common Prometheus files (#893)
Signed-off-by: prombot <prometheus-team@googlegroups.com>
2024-11-12 19:22:08 +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