From b4f12e4c7a2ca272fdc121bfb5ac2308c1d770a8 Mon Sep 17 00:00:00 2001 From: Michal Wasilewski Date: Sat, 12 Jun 2021 13:12:47 +0200 Subject: [PATCH] avoid glob pattern for key-duplicates Signed-off-by: Michal Wasilewski --- .yamllint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.yamllint b/.yamllint index 85e788c06f..3b83e9d49c 100644 --- a/.yamllint +++ b/.yamllint @@ -16,7 +16,7 @@ rules: spaces: consistent key-duplicates: ignore: | - *section_key_dup.bad.yml + config/testdata/section_key_dup.bad.yml line-length: disable truthy: ignore: |