grafana-ansible-collection/.yamllint

16 lines
156 B
Plaintext
Raw Normal View History

2023-03-03 09:53:02 +01:00
---
yaml-files:
- "*.yaml"
- "*.yml"
- ".yamllint"
ignore:
- node_modules
extends: default
rules:
line-length:
max: 150
level: warning