more linting
This commit is contained in:
parent
0668d47455
commit
cae17ccc08
2 changed files with 17 additions and 6 deletions
11
.rumdl.toml
Normal file
11
.rumdl.toml
Normal 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
|
||||
Loading…
Reference in a new issue