Merge "Enabling indentation rule for yamllint." into stable/train

This commit is contained in:
Zuul 2021-07-05 19:27:47 +00:00 committed by Gerrit Code Review
commit 6e6b7b8a70
4 changed files with 88 additions and 85 deletions

View File

@ -5,7 +5,9 @@ rules:
line-length:
# matches hardcoded 160 value from ansible-lint
max: 160
indentation:
spaces: consistent
indent-sequences: true
check-multi-line-strings: false
ignore: |
zuul.d/*.yaml
releasenotes/notes/*.yaml

View File

@ -1,3 +1,4 @@
---
- project:
templates:
- openstack-python3-train-jobs