more linting

This commit is contained in:
Ravencentric
2026-04-04 14:19:39 +05:30
parent 0668d47455
commit cae17ccc08
2 changed files with 17 additions and 6 deletions

11
.rumdl.toml Normal file
View File

@@ -0,0 +1,11 @@
[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