From 16b9b2bf62fd8f116ac7ce8ff713e189c6f9d583 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Tue, 10 Feb 2026 08:51:14 +0100 Subject: [PATCH] fix: remove extra ignore section from yamllint config Standardize .yamllint configuration to match all other ansible roles by removing the custom ignore section for .gitlab/* --- .yamllint | 3 --- 1 file changed, 3 deletions(-) diff --git a/.yamllint b/.yamllint index 94716d4..f11bd84 100644 --- a/.yamllint +++ b/.yamllint @@ -1,9 +1,6 @@ --- extends: 'default' -ignore: - - ".gitlab/*" - rules: braces: max-spaces-inside: 1