fixed yamllint config causing an error

This commit is contained in:
Seaswimmer 2023-11-25 17:18:36 -05:00
parent 451f436a58
commit 9116ffc83b
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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/