mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-05-05 08:44:24 +00:00
yamllint
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
extends: default
|
||||
|
||||
ignore: |
|
||||
config/templates/partials/
|
||||
config/secrets.yaml
|
||||
|
||||
rules:
|
||||
document-start:
|
||||
present: false
|
||||
|
||||
line-length:
|
||||
max: 120
|
||||
level: warning
|
||||
|
||||
truthy:
|
||||
allowed-values:
|
||||
- 'true'
|
||||
- 'false'
|
||||
- 'yes'
|
||||
- 'no'
|
||||
- 'on'
|
||||
- 'off'
|
||||
Reference in New Issue
Block a user