Skip to content
Snippets Groups Projects
Commit 91bbc92b authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: add .yamllint options to be compliant with ansible-lint 3.x rules

parent 6b5eba24
No related branches found
No related tags found
No related merge requests found
Pipeline #6626 failed
......@@ -15,7 +15,8 @@ rules:
commas:
max-spaces-after: -1
level: error
comments: disable
comments:
min-spaces-from-content: 1
comments-indentation: disable
document-start: disable
empty-lines:
......@@ -26,6 +27,9 @@ rules:
indentation: disable
key-duplicates: enable
line-length: disable
octal-values:
forbid-implicit-octal: true # yamllint defaults to false
forbid-explicit-octal: true # yamllint defaults to false
new-line-at-end-of-file: disable
new-lines:
type: unix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment