validations-libs/.yamllint
Jiri Podivin 9bf191d295 Adding yamllint configuration file and fixing style violations
Signed-off-by: Jiri Podivin <jpodivin@redhat.com>
Change-Id: I13d8b91c20a08d0b59bd644bd19605311355be05
2022-06-30 09:46:49 +00: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