We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b0e71 commit 1521af7Copy full SHA for 1521af7
2 files changed
.rumdl.toml
pyproject.toml
@@ -275,3 +275,17 @@ extend-exclude = [
275
"**.po",
276
"**.pot"
277
]
278
+
279
+[tool.rumdl]
280
+disable = [
281
+ # We do not enforce heading
282
+ "first-line-heading",
283
+ # Avoid length limit checks
284
+ "line-length"
285
+]
286
287
+[tool.rumdl.per-file-ignores]
288
+"README.md" = [
289
+ # Allow HTML
290
+ "MD033"
291
0 commit comments