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
For the intellij plugin to work, I added the detekt plugin jar file into my project and selected it in the intellij detekt plugin settings. After the evaluation was done, it was decided to not proceed with it and I removed the jar from the project and from the intellij detekt plugin settings.
However, every time detekt tries to run in the background, it fails and I receive the following intellij notification:
The detekt plugin found some problems Plugin jar MY_PATH/detekt/detekt-compose-0.4.12-all.jar does not exist.Skipping detekt run.
But there is no jar anymore in the project and the detekt plugin doesn't point to any jar:
How can this be resolved?
The text was updated successfully, but these errors were encountered:
I evaluated adding the third party detekt-compose plugin
For the intellij plugin to work, I added the detekt plugin jar file into my project and selected it in the intellij detekt plugin settings. After the evaluation was done, it was decided to not proceed with it and I removed the jar from the project and from the intellij detekt plugin settings.
However, every time detekt tries to run in the background, it fails and I receive the following intellij notification:
The detekt plugin found some problems
Plugin jar MY_PATH/detekt/detekt-compose-0.4.12-all.jar does not exist.Skipping detekt run.
But there is no jar anymore in the project and the detekt plugin doesn't point to any jar:
How can this be resolved?
The text was updated successfully, but these errors were encountered: