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