Adoption of lint rules in Dart #239
marcotrumpet
started this conversation in
Ideas
Replies: 4 comments 6 replies
-
What linting package do you propose? |
Beta Was this translation helpful? Give feedback.
2 replies
-
I like it. Lets do it |
Beta Was this translation helpful? Give feedback.
3 replies
-
added PR #251 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hey @eopeter since none of the PR is passing the action check isn't it better to remove the action or do a simple one that just runs flutter analyze command? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to add a lint rule package to have some common rules about how to write code.
This can lead to clean code helping new contributors to work on the package.
Of course some refactoring will be needed and it will be cool to check that no warnings are displayed before accepting or submitting a PR (clean problem tab on VsCode as an example)
Beta Was this translation helpful? Give feedback.
All reactions