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 9fea248 commit 81f334eCopy full SHA for 81f334e
2 files changed
.rumdl.toml
pyproject.toml
@@ -167,3 +167,17 @@ sort_inline_arrays = true
167
sort_inline_tables = true
168
sort_table_keys = true
169
spaces_before_inline_comment = 2
170
+
171
+[tool.rumdl]
172
+disable = [
173
+ # We do not enforce heading
174
+ "first-line-heading",
175
+ # Avoid length limit checks
176
+ "line-length"
177
+]
178
179
+[tool.rumdl.per-file-ignores]
180
+"README.md" = [
181
+ # Allow HTML
182
+ "MD033"
183
0 commit comments