Open Katekko opened 3 years ago
Which lint warning you do get outside the tests and which one do you expect inside the test?
Totally my bad, even outside the test the lint don't work. The warning that I get outside is unusable variable, but inside the function I'm expecting "prefer const instead final".
Please provide a minimum reproducible example. I can't verify that AuthMock.authenticateSuccessResponse
is const
This is sometimes a problem with the Dart Analyzer. Restarting the Dart Analysis Server or just restarting VS Code fixes this problem for me.
You can see the lint works above the test method but inside isn't