2025-07-11 13:36:30 -04:00
|
|
|
# See: https://yamllint.readthedocs.io/en/stable/
|
|
|
|
|
|
2023-09-01 14:10:47 -04:00
|
|
|
rules:
|
|
|
|
|
document-end: disable
|
|
|
|
|
document-start:
|
|
|
|
|
level: warning
|
|
|
|
|
present: false
|
|
|
|
|
line-length:
|
|
|
|
|
level: warning
|
|
|
|
|
max: 80
|
|
|
|
|
allow-non-breakable-words: true
|
|
|
|
|
allow-non-breakable-inline-mappings: true
|
2025-07-11 13:36:30 -04:00
|
|
|
ignore:
|
|
|
|
|
- .licenses/
|