From ae6f5900ea3cc55ad9e155215bee5e3880cc4cf7 Mon Sep 17 00:00:00 2001 From: Felix Matouschek Date: Fri, 16 Aug 2024 08:58:15 +0200 Subject: [PATCH] cleanup(yamllint): Add yamllint options required by ansible-lint Fix ansible-lint warnings by adding required yamllint options. Signed-off-by: Felix Matouschek --- .yamllint | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.yamllint b/.yamllint index 61eb9c1..0ee0d06 100644 --- a/.yamllint +++ b/.yamllint @@ -2,6 +2,14 @@ extends: default rules: + comments: + min-spaces-from-content: 1 + comments-indentation: false + braces: + max-spaces-inside: 1 + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true line-length: max: 140 document-start: