Skip to content

Commit 53549b0

Browse files
committed
test(pymarkdown): disable line-length check for now
We overflow in api-and-naming.md's table, and there's no option to disable this check (yet?) in PyMarkdown 0.9.6. https://github.com/jackdewinter/pymarkdown/blob/9e4813ba4ba9923330f4682e925cf3149848ccf4/docs/rules/rule_md013.md
1 parent 3d235f8 commit 53549b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.pymarkdown.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
"//": "Does not work with GitHub issue templates",
55
"enabled": false
66
},
7+
"line-length": {
8+
"//": "Disabled because necessary for tables, and no option to disable for them as of 0.9.6",
9+
"enabled": false
10+
},
711
"no-inline-html": {
812
"//": "https://github.com/jackdewinter/pymarkdown/issues/22",
913
"enabled": false,

0 commit comments

Comments
 (0)