mobxjs / mobx.dart

MobX for the Dart language. Hassle-free, reactive state-management for your Dart and Flutter apps.
https://mobx.netlify.app
MIT License
2.4k stars 310 forks source link

Linter complains about leading underscores for local identifiers in generated code #816

Closed ko16a46 closed 2 years ago

ko16a46 commented 2 years ago

Hello,

The dart lints package added no_leading_underscores_for_local_identifiers to the recommended lints in version 2.0 released recently (https://github.com/dart-lang/lints/issues/58)

With my lints updated, the linter now complains about some of my generated MobX store code (specifically around generated actions)

Could we add the lint rule to the ignore_for_file part of the store template?