-
Notifications
You must be signed in to change notification settings - Fork 94
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
Fix and enable linter rules #149
Comments
Hey @manjotsidhu, Now I have to create a single PR of one rule at a time, right? |
Yes |
@manjotsidhu can I work on the remaining ones? |
@manjotsidhu can i work on some of the remaining one? |
Enabled non_constant_identifier_names rule
@manjotsidhu can I work on some of the remaining. |
@ItsAdityaKSingh is this still open to MR ? |
@remote007 I have made a PR for it which hasn't been reviewed yet. |
Is your feature request related to a problem? Please describe.
Yes, In flutter-lints dependency, there are so many linter rules that I disabled in PR #148
Now here are the checklists of the lint rules that are disabled (enabled rules are marked as checked) :
This rule will be intentionally be disabled since we use
ALL_CAPS_WITH_UNDERSCORES
for constants.The text was updated successfully, but these errors were encountered: