diff --git a/.yamllint b/.yamllint index ff775c4..36a9faf 100644 --- a/.yamllint +++ b/.yamllint @@ -26,3 +26,9 @@ rules: new-lines: type: unix truthy: disable + comments: + min-spaces-from-content: 1 + comments-indentation: false + octal-values: + forbid-implicit-octal: true + forbid-explicit-octal: true