From 451a8184f09b9920cef5e5e5c368f5cdd1ddf36a Mon Sep 17 00:00:00 2001 From: juju4 Date: Sat, 23 Nov 2024 23:06:30 +0000 Subject: [PATCH] chore: make yamllint settings compatible with ansible-lint --- .yamllint | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.yamllint b/.yamllint index 8f544fd..96d7b86 100644 --- a/.yamllint +++ b/.yamllint @@ -5,3 +5,9 @@ rules: line-length: disable braces: disable truthy: disable + comments: + min-spaces-from-content: 1 + comments-indentation: false + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true