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