This commit is contained in:
2020-05-06 04:32:08 +03:00
parent 94581b73b9
commit 9217caba9e
22 changed files with 94 additions and 48 deletions
+22
View File
@@ -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'