mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Relax yamllint
Relax indentation to allow non-indented sequences. This helps with generated yaml linke the snmp_exporter config output. Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
parent
88f9b248b4
commit
a62a9e4942
|
@ -14,6 +14,7 @@ rules:
|
||||||
document-start: disable
|
document-start: disable
|
||||||
indentation:
|
indentation:
|
||||||
spaces: consistent
|
spaces: consistent
|
||||||
|
indent-sequences: consistent
|
||||||
key-duplicates:
|
key-duplicates:
|
||||||
ignore: |
|
ignore: |
|
||||||
config/testdata/section_key_dup.bad.yml
|
config/testdata/section_key_dup.bad.yml
|
||||||
|
|
Loading…
Reference in a new issue