Add linter.
This commit is contained in:
parent
53e95073d2
commit
c30d17a4a0
8 changed files with 187 additions and 113 deletions
10
.yamllint
Normal file
10
.yamllint
Normal file
|
@ -0,0 +1,10 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue