flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.59k stars 327 forks source link

Add more lints. #2750

Closed jacob314 closed 1 month ago

jacob314 commented 3 years ago

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.

kenzieschmoll commented 3 years ago

Can you link to a list of lints you'd like to be added? thanks

jacob314 commented 3 years ago

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 .

kenzieschmoll commented 1 month ago

We use flutter_lints and dcm lints now so this issue should be resolved.