kayobe/.yamllint
Mark Goddard 4d52ee0cdf Run yamllint on etc/kayobe during pep8 tox env
We run yamllint with the same configuration in kayobe-config, so we
should catch issues here before they are synchronised.

Change-Id: Ia2de07abc7c58040f99766adb950c477800ea56d
2019-02-14 12:17:19 +00:00

13 lines
195 B
Plaintext

extends: default
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
comments:
require-starting-space: false
truthy: disable