9bf191d295
Signed-off-by: Jiri Podivin <jpodivin@redhat.com> Change-Id: I13d8b91c20a08d0b59bd644bd19605311355be05
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
|