ansible-role-frrouting/.yamllint.yml
Dmitriy Rabotyagov 81ce068db6 Add yamllint to linters check
Change-Id: Iab88f866bc5253df09ea574576256e7fb0c11414
2024-02-23 16:06:35 +00:00

14 lines
215 B
YAML

---
extends: default
ignore: |
.tox/
rules:
line-length:
max: 120
level: warning
braces:
min-spaces-inside: 1
max-spaces-inside: 1
min-spaces-inside-empty: 0
max-spaces-inside-empty: 0