How can I run code analysis the same as Android Studio performs on commit?
I tried to use Analyze - Inspect Code feature - but it shows completely different warnings that I see during code analysis on commit.
Of course, I tried Build - Make Project - it also shows different warnings and even different errors.
So, it looks like Android Studio has 3 different sets of warnings & errors. And I can't find how I can run the third of them without attempt to commit changes.
