93c15fd60e
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
15 lines
249 B
Plaintext
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
|