Reviewed build
This commit is contained in:
parent
da73c9d2f1
commit
c7bae85e40
5 changed files with 1 additions and 4 deletions
19
.yamllint
19
.yamllint
|
@ -1,19 +0,0 @@
|
|||
extends: default
|
||||
|
||||
## see https://yamllint.readthedocs.io/en/stable/rules.html
|
||||
rules:
|
||||
|
||||
# no need for document start
|
||||
document-start: disable
|
||||
|
||||
# line length is not important
|
||||
line-length: disable
|
||||
|
||||
# force double quotes everywhere
|
||||
quoted-strings:
|
||||
quote-type: double
|
||||
required: only-when-needed
|
||||
|
||||
# allow everything on keys
|
||||
truthy:
|
||||
check-keys: false
|
Loading…
Add table
Add a link
Reference in a new issue