Android Studio has very good lint tool under Analyze → Inspect Code. Unfortunately ./gradlew lint
will collect much less warnings.
It is possible to generate XML with same warnings via command line, but for this you need IntelliJ IDEA
(Run code inspections from the command line | IntelliJ IDEA)
Are the any chance to have a step which will collect the same warnings?
I found this plugin but I can’t make it work
P.S. as far as I understood this step use gradle