validations-common/.yamllint
Jiri Podivin 93c15fd60e Enabling indentation rule for yamllint.
With the exception of release notes, yaml files will
now have to be indented with a consistent number of whitespace chars.

As described:
https://yamllint.readthedocs.io/en/stable/rules.html#module-yamllint.rules.indentation

Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: Id1fe1aaab4704f75fa1fedd99df875430cd3df8c
2021-06-11 10:56:30 +02:00

15 lines
249 B
Plaintext

---
extends: default
rules:
line-length:
# matches hardcoded 160 value from ansible-lint
max: 160
indentation:
spaces: consistent
indent-sequences: true
check-multi-line-strings: false
ignore: |
releasenotes/notes/*.yaml