From 88c4d034d162ecfdb39f189dddb70b1731599580 Mon Sep 17 00:00:00 2001 From: prombot Date: Tue, 25 Oct 2022 18:06:04 +0000 Subject: [PATCH] Update common Prometheus files Signed-off-by: prombot --- .yamllint | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index a92005d..3878a31 100644 --- a/.yamllint +++ b/.yamllint @@ -15,7 +15,14 @@ rules: indentation: spaces: consistent indent-sequences: consistent + key-duplicates: + ignore: | + config/testdata/section_key_dup.bad.yml line-length: disable truthy: ignore: | - .github/workflows/ci.yml + .github/workflows/codeql-analysis.yml + .github/workflows/funcbench.yml + .github/workflows/fuzzing.yml + .github/workflows/prombench.yml + .github/workflows/golangci-lint.yml