riverpod icon indicating copy to clipboard operation
riverpod copied to clipboard

riverpod_lint: warn if name in a provider is missing

Open jxstxn1 opened this issue 3 months ago • 0 comments

Is your feature request related to a problem? Please describe. I try to use the name: property of a provider to simplify debugging. Unfortunately, I often forget to add the name: property or oversee that it is missing in Pull Requests, which usually ends in more Pull Requests to add the name property.

Describe the solution you'd like It would be great to have a lint rule which warns me if I forgot to use the name property.

Describe alternatives you've considered In the long term, migrating to Riverpod generation is an option

jxstxn1 avatar Apr 03 '24 07:04 jxstxn1