fix(ci): add .yamllint

This commit is contained in:
s3lph 2025-02-28 23:46:32 +01:00
parent 4d62e8c972
commit a90b26f82c
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 8 additions and 2 deletions

View file

@ -9,4 +9,4 @@ skip_list:
# Exclude defaults files generated by aar-doc
exclude_paths:
- "roles/*/defaults/"
- "**/defaults/"

View file

@ -2,5 +2,11 @@
extends: default
rules:
line-length:
max: 120
level: warning
ignore:
- "roles/*/defaults/"
- "**/defaults/"