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: ...@@ -15,7 +15,8 @@ rules:
commas: commas:
max-spaces-after: -1 max-spaces-after: -1
level: error level: error
comments: disable comments:
min-spaces-from-content: 1
comments-indentation: disable comments-indentation: disable
document-start: disable document-start: disable
empty-lines: empty-lines:
...@@ -26,6 +27,9 @@ rules: ...@@ -26,6 +27,9 @@ rules:
indentation: disable indentation: disable
key-duplicates: enable key-duplicates: enable
line-length: disable 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-line-at-end-of-file: disable
new-lines: new-lines:
type: unix type: unix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment