I'm not retrieving any kind of feedback of riverpod_lint in Android Studio #3803
Unanswered
xbignell-cp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We are starting a new project and we'd like to have everything clean and consistent among the team.
I installed riverpod_lint and custom_lint following the installation guide:
After that I modified the analysis_options.yaml and I added the following lines in order to disable all the rules and only "missing_provider_scope" should be active
When I execute in terminal the command
dart run custom_lint
I get the following issue (and that's fine!):but I cannot see the issue directly in code:
Do you know if this is normal or am I missing something? I would like to detect the issues directly while I'm programming before the commit.
Thank you!
Xavi B
Beta Was this translation helpful? Give feedback.
All reactions