You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be short, in last IDEA versions (beginning from 2019.2) some classes used in this plugin (mostly in IdeaRunner.kt in this repo) were moved or deleted, so now we have to drastically rework this runner to match these versions. At this moment command-line running infrastructure in IDEA is under large refactoring, so I hope the problem will be solved sooner or later...
This issue is actually now solved for me. I am now using IntelliJ 2019.3 (actually Android Studio 4.0). That version no longer appears to rely on .iml files for running inspections from the command line, and so running inspections from the command line works without ever opening the IDE.
I would like this plugin to support IntelliJ community 2019.2. What are the limitations that cause this not to work for 2019.2 and higher?
The text was updated successfully, but these errors were encountered: