markdownlint-cli
markdownlint-cli copied to clipboard
Unable to set line-length via toml
Hi,
The max line length setting set in a .toml file is not respected:
[tool.markdownlint]
line-length = 200
If line-length
is set to false
the error is ignored, however I want to be able to set an integer.
[tool.markdownlint]
line-length = false
Command used:
markdownlint test.md --config pyproject.toml --configPointer /tool/markdownlint