ansible-role-gitlab/.yamllint

13 lines
121 B
Text
Raw Normal View History

2020-04-11 13:16:20 +00:00
---
extends: default
ignore: |
2024-05-09 09:38:46 +00:00
.kitchen*
2020-04-11 13:16:20 +00:00
vendor/
2024-05-09 09:38:46 +00:00
.forgejo/
2020-04-11 13:16:20 +00:00
rules:
line-length:
max: 120
level: warning