Skip to content
New issue

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

Documentation Rules #64

Open
literalEval opened this issue Feb 12, 2023 · 1 comment
Open

Documentation Rules #64

literalEval opened this issue Feb 12, 2023 · 1 comment

Comments

@literalEval
Copy link

I wanted to ask if there is any rule that enforces documentation in Flutter code ? Like any rule that check if methods and attributes of a class are properly documented with proper style guide ?

@robiness
Copy link
Contributor

You may try public_member_api_docs:

linter:
  rules:
    - public_member_api_docs

It does not check for a specific style guide though, but requries documentation for everything public.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants