fixed yamllint config causing an error
This commit is contained in:
parent
451f436a58
commit
9116ffc83b
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
|||
extends: default
|
||||
|
||||
rules:
|
||||
- line-length:
|
||||
max: 120
|
||||
- document-start: disable
|
||||
- truthy: disable
|
||||
line-length:
|
||||
max: 120
|
||||
level: warning
|
||||
document-start: disable
|
||||
truthy: disable
|
||||
|
||||
ignore:
|
||||
- node_modules/
|
||||
|
|
Loading…
Reference in a new issue