From a62a9e49429e9dc9d413ee4a34e69603c7a58dec Mon Sep 17 00:00:00 2001 From: SuperQ Date: Fri, 6 May 2022 09:59:59 +0200 Subject: [PATCH] Relax yamllint Relax indentation to allow non-indented sequences. This helps with generated yaml linke the snmp_exporter config output. Signed-off-by: SuperQ --- .yamllint | 1 + 1 file changed, 1 insertion(+) diff --git a/.yamllint b/.yamllint index 281c94646..3878a31d3 100644 --- a/.yamllint +++ b/.yamllint @@ -14,6 +14,7 @@ rules: document-start: disable indentation: spaces: consistent + indent-sequences: consistent key-duplicates: ignore: | config/testdata/section_key_dup.bad.yml