default-role should not be reported as an issue by default
matilda-me opened this issue · 3 comments
matilda-me commented
My projects and many other are using default role, quoting the doc:
The default role (
content
) has no special meaning by default. You are free to use it for anything you like
Maybe this should not be enabled by default?
JulienPalard commented
It's reported as an issue because we don't use default roles on the cpython documentation, but now than this project is used by others, I bet you're right, what about pushing this behind a --strict
option?
Or a --enable
option like pylint, so we could have a set of checks enabled by default and another disabled by default?
ezio-melotti commented
This was fixed in 999b43d
JulienPalard commented
@matilda-me ezio is right, can you please test the latest version of sphinx-lint? Don't hesitate to re-open an issue if needed.