Closed SanderDelden closed 4 months ago
You need to set the "line_length" property of that rule to an integer, not assign the integer to the rule name itself.
Here is an example: https://github.com/DavidAnson/markdownlint/blob/b2305efafb034b1f328845aec9928b5363ffd646/schema/.markdownlint.yaml#L63
Bit late, but using
[tool.markdownlint.MD013]
line_length = 60
works. Thanks!
Hi,
The max line length setting set in a .toml file is not respected:
If
line-length
is set tofalse
the error is ignored, however I want to be able to set an integer.Command used:
markdownlint test.md --config pyproject.toml --configPointer /tool/markdownlint