ansible-role-gitlab/.yamllint

13 lines
121 B
Text
Raw Normal View History

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