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

chore: add options required by latest yamllint version

parent afb08d0c
No related branches found
No related tags found
No related merge requests found
...@@ -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 # prettier compatibility
comments-indentation: disable comments-indentation: disable
document-start: disable document-start: disable
empty-lines: empty-lines:
...@@ -29,5 +30,8 @@ rules: ...@@ -29,5 +30,8 @@ rules:
new-line-at-end-of-file: disable new-line-at-end-of-file: disable
new-lines: new-lines:
type: unix type: unix
octal-values:
forbid-implicit-octal: true # yamllint defaults to false
forbid-explicit-octal: true # yamllint defaults to false
trailing-spaces: disable trailing-spaces: disable
truthy: disable truthy: disable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment