2025-01-08 11:40:16 -05:00
|
|
|
# See: https://yamllint.readthedocs.io/en/stable/
|
|
|
|
|
|
2023-09-15 10:54:58 -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-02-12 19:05:48 -05:00
|
|
|
ignore:
|
|
|
|
|
- .licenses/
|