We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx has many custom directives and roles, for highlighting and cross referencing docs.
The restructuredtext_lint doesn't support any out of the box (it shouldn't)
So, there are lots of issues coala throws, see coala/documentation#438, regarding the unknown directive and roles
Although it gives support to register roles and directives, it doesn't make sense to register all of them and anything else sphinx adds in the future
Solution: Implement as a setting for sphinx to ignore all unknown directives and roles, through regex
The text was updated successfully, but these errors were encountered:
restLintBear: Ignore unknown errors
1f357ad
Fixes #1716
What advantages are their for using reSTLintBear ? Does it show errors that RSTCheckBear doesnt show?
Can it do 'pure RST' checking better than RSTCheckBear?
If there is no good reason to have this bear, maybe we can just deprecate the reSTLintBear bear, and see if anyone complains?
Sorry, something went wrong.
SanketDG
Successfully merging a pull request may close this issue.
Sphinx has many custom directives and roles, for highlighting and cross referencing docs.
The restructuredtext_lint doesn't support any out of the box (it shouldn't)
So, there are lots of issues coala throws, see coala/documentation#438, regarding the unknown directive and roles
Although it gives support to register roles and directives, it doesn't make sense to register all of them and anything else sphinx adds in the future
Solution: Implement as a setting for sphinx to ignore all unknown directives and roles, through regex
The text was updated successfully, but these errors were encountered: