tripleo-operator-ansible/.yamllint
Alex Schultz 6bf883795e Add initial structure
This change adds initial bits for linters, unit tests.

Change-Id: I1da59cc0d58aa8d97c5a5a4cec9eb6973eae581a
2019-12-16 10:36:11 -07:00

12 lines
192 B
Plaintext

---
extends: default
rules:
line-length:
# increase line limit because ansible collections needs more space
# ansible-lint is 160 (rule 204)
max: 256
ignore: |
zuul.d/*.yaml