xoxys.nginx/.yamllint
Robert Kaussow ae2035f523
Some checks failed
continuous-integration/drone/push Build is failing
test molecule with gce
2019-02-27 10:37:29 +01:00

14 lines
296 B
Plaintext

extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable
# NOTE(retr0h): Templates no longer fail this lint rule.
# Uncomment if running old Molecule templates.
# truthy: disable