style(): added ansible-lint config and updated yamllint config

This commit is contained in:
ITQ
2026-03-19 14:38:22 +03:00
parent 69d019576b
commit 0df2b1fd61
5 changed files with 119 additions and 18 deletions
+8
View File
@@ -6,3 +6,11 @@ ignore: |
rules:
line-length: disable
comments:
min-spaces-from-content: 1
comments-indentation: false
braces:
max-spaces-inside: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true