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

chore: encode Coding Guidelines for yamllint (ND-2199)

parent 2c696e3d
No related branches found
No related tags found
No related merge requests found
---
# based on documentation available at
# https://yamllint.readthedocs.io/en/stable/rules.html
extends: default
rules:
......@@ -8,5 +11,13 @@ rules:
brackets:
max-spaces-inside: 1
level: error
comments:
min-spaces-from-content: 4
comments-indentation: disable
document-end: disable
document-start:
level: warning
octal-values:
forbid-explicit-octal: false
line-length: disable
truthy: disable
truthy: enable
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment