eb3dd70fc9
To simplify the configuration, let's move the molecule jobs to their own file and leverage a template for inclusion into the main zuul config. Change-Id: I5c1a5b600f1d77b1375e9c4ed3cbabccf3196c17 Signed-off-by: Kevin Carter <kecarter@redhat.com>
11 lines
136 B
Plaintext
11 lines
136 B
Plaintext
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
# matches hardcoded 160 value from ansible-lint
|
|
max: 160
|
|
|
|
ignore: |
|
|
zuul.d/*.yaml
|