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
|
extends: default
|
||||||
|
|
||||||
rules:
|
rules:
|
||||||
- line-length:
|
line-length:
|
||||||
max: 120
|
max: 120
|
||||||
- document-start: disable
|
level: warning
|
||||||
- truthy: disable
|
document-start: disable
|
||||||
|
truthy: disable
|
||||||
|
|
||||||
ignore:
|
ignore:
|
||||||
- node_modules/
|
- node_modules/
|
||||||
|
|
Loading…
Reference in a new issue