Closed jacob314 closed 1 month ago
Can you link to a list of lints you'd like to be added? thanks
There are a bunch. We should at least have all the lints enabled in g3. We could start with that and then turn on all other lints without massive false positives.
On Fri, Mar 5, 2021 at 4:27 PM Kenzie Schmoll notifications@github.com wrote:
Can you link to a list of lints you'd like to be added? thanks
— You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub https://github.com/flutter/devtools/issues/2750#issuecomment-791810515, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJLQPCX5ZVHAYMLJIBXWNLTCFZGHANCNFSM4YKV5V5A .
We use flutter_lints and dcm lints now so this issue should be resolved.
We should be adopting more of the Flutter lints. For example, there is a lint to not use print that would save us time in code reviews.