ansible-role-gitlab/.yamllint
Adrien Waksberg cdf5f3090a
All checks were successful
/ lint (push) Successful in 8s
/ molecule (push) Successful in 8m1s
test: add forgejo workflow
2024-05-09 11:38:46 +02:00

12 lines
121 B
Text

---
extends: default
ignore: |
.kitchen*
vendor/
.forgejo/
rules:
line-length:
max: 120
level: warning