From ea14e6e3914f92b165187646648d3893ebf0b411 Mon Sep 17 00:00:00 2001 From: Derek Nola Date: Tue, 7 Nov 2023 12:47:38 -0800 Subject: [PATCH] Relax yamllint rules on spaces inside braces Signed-off-by: Derek Nola --- .yamllint | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.yamllint b/.yamllint index 8f196874..0329d782 100644 --- a/.yamllint +++ b/.yamllint @@ -7,3 +7,5 @@ rules: level: warning truthy: allowed-values: ['true', 'false', 'yes', 'no'] + braces: + max-spaces-inside: 1 \ No newline at end of file