ansible-role-icingaweb2/.yamllint

13 lines
121 B
Text
Raw Normal View History

2021-08-18 11:53:35 +02:00
---
extends: default
ignore: |
2024-05-09 11:45:48 +02:00
.kitchen*
2021-08-18 11:53:35 +02:00
vendor/
2024-05-09 11:45:48 +02:00
.forgejo/
2021-08-18 11:53:35 +02:00
rules:
line-length:
max: 120
level: warning