shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

Stricter lint config #77

Closed JosefWN closed 2 years ago

JosefWN commented 2 years ago

The base/recommended lint config is pretty lenient: https://github.com/dart-lang/lints/blob/main/lib/recommended.yaml

Perhaps we could have a look at the list of additional linter rules and add the ones we like: https://dart.dev/tools/linter-rules

Perhaps this can be revised when Dart 2.17 is released, then the lints package will be upgraded from v1.0.1 to v2.0.0 as well.

shamblett commented 2 years ago

Package re released at version 4.0.0

JosefWN commented 2 years ago

I think this could still be relevant to look into when Dart 2.17 is released in the future :)

shamblett commented 2 years ago

OK thanks for the update

JKRhb commented 2 years ago

I think this issue should be resolved now, right? :)

shamblett commented 2 years ago

Can for me.

JosefWN commented 2 years ago

Yep, done!