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>
pull/10670/head
SuperQ 3 years ago
parent 88f9b248b4
commit a62a9e4942
No known key found for this signature in database
GPG Key ID: C646B23C9E3245F1
  1. 1
      .yamllint

@ -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…
Cancel
Save