Some checks failed
continuous-integration/drone Build is failing
Signed-off-by: Noah Knegt <git@noahknegt.com>
14 lines
186 B
YAML
14 lines
186 B
YAML
---
|
|
extends: default
|
|
|
|
ignore: |
|
|
.yamllint.yml
|
|
.ansible-lint.yml
|
|
|
|
rules:
|
|
truthy:
|
|
allowed-values: ['true', 'false']
|
|
check-keys: false
|
|
level: error
|
|
line-length: disable
|