From 53e988da5a7ce1e47e12c98cd4131c65d91fd0a1 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Sat, 22 Jun 2024 13:29:57 -0300 Subject: [PATCH] yamllint: Add configuration to match ansible-lint requirements --- .yamllint | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.yamllint b/.yamllint index 5fbcc17c4d..609e2a82bc 100644 --- a/.yamllint +++ b/.yamllint @@ -19,5 +19,10 @@ rules: line-length: max: 160 # Disabled rules - indentation: disable - comments: disable + indentation: false + comments-indentation: false + comments: + min-spaces-from-content: 1 + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true