From 2d72022ceeecd3223fbb44138274713514e86abb Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Wed, 4 Jan 2023 10:38:20 -0700 Subject: [PATCH] revert braces and brackets checking Signed-off-by: Rich Megginson --- .yamllint.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yamllint.yml b/.yamllint.yml index 6fad380..fb57486 100644 --- a/.yamllint.yml +++ b/.yamllint.yml @@ -19,6 +19,12 @@ ignore: | tests/roles/ .tox/ rules: + braces: + max-spaces-inside: 1 + level: error + brackets: + max-spaces-inside: 1 + level: error truthy: disable document-start: disable line-length: