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
What the rule should do:
Report duplicate sections in README and module documentations.
What problems does it solve:
Duplicate sections
Example of things the rule would report:
{-| # section # section ## init @docs init -} {-| this is init -} init = 1
Example of things the rule would not report:
{-| # section ## Initialization @docs init -} {-| this is init -} init = 1
When (not) to enable this rule:
If you are working on an application and it has no documentation?
I am looking for:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What the rule should do:
Report duplicate sections in README and module documentations.
What problems does it solve:
Duplicate sections
Example of things the rule would report:
Example of things the rule would not report:
When (not) to enable this rule:
If you are working on an application and it has no documentation?
I am looking for:
The text was updated successfully, but these errors were encountered: