From e68c98fe59daaf2afd83df1728674eb998399cfd Mon Sep 17 00:00:00 2001 From: June Date: Sat, 23 Nov 2024 01:51:04 +0100 Subject: [PATCH] add .yamllint config for nicer yaml linting by ansible-lint --- .yamllint | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 0000000..7ad950c --- /dev/null +++ b/.yamllint @@ -0,0 +1,6 @@ +rules: + brackets: + min-spaces-inside: 1 + max-spaces-inside: 1 + min-spaces-inside-empty: 1 + max-spaces-inside-empty: 1