windmill-ops/.yamllint
Gonéri Le Bouder da70ca7f5e avoid yamllint check failure
Avoid a failure of yamllint because of the format of its own
configuration file :-).

Change-Id: I80936280019469f406c057b80580882d71d2abbc
2020-04-30 16:42:55 -04:00

15 lines
176 B
Plaintext

---
extends: default
ignore: |
.tox
rules:
braces:
max-spaces-inside: 1
level: error
brackets:
max-spaces-inside: 1
level: error
line-length: disable