Files
awesome-arr/.rumdl.toml
Ravencentric cae17ccc08 more linting
2026-04-04 14:19:39 +05:30

12 lines
295 B
TOML

[global]
exclude = [
".git",
"CODE_OF_CONDUCT.md",
]
disable = [
"MD013", # Line length because awesome.re forbids hard-wrapping.
# https://github.com/sindresorhus/awesome/blob/main/pull_request_template.md#requirements-for-your-awesome-list
]
respect-gitignore = true