Artur Bosch
Artur Bosch
Please try https://github.com/detekt/sonar-detekt/releases/tag/2.6.0-RC1 which uses a never KtLint version.
Hi, which problems did you had with mixing the detekt and kotlin plugins? Detekt uses the embeddable compiler and Intellij the unshaded compiler, which conflicts occur? For example `gradle runIde`...
Related to https://github.com/detekt/detekt-intellij-plugin/issues/125. Hm, if the plugin would not bundle the formatting jar I think your usecase could be solved by choosing the formatting jar a s a plugin jar....
> > your usecase could be solved by choosing the formatting jar a s a plugin jar > > I tried this but it breaks the plugin completely somehow. Meaning,...
Hm, you shouldn't be able to install the plugin on an IntelliJ < 2022.1 or 2022.2? Could you test it with a newer version? Do you have a minimal reproducer...
Hm, please provide a minimal reproducer to look at, if you can.
Hm, do you have some special project setup or something? Because Intellij returns different file paths which differ from the project base path: https://github.com/detekt/detekt-intellij-plugin/blob/6b29224721ba4e61211896ec663ab46896a2e00a/src/main/kotlin/io/gitlab/arturbosch/detekt/idea/ConfiguredService.kt#L57
The plugin was started before detekt supported type resolution. One could say, it is "by design" to not slow down the analysis as every change triggers a whole detekt run...
It looks like you tried to specify a baseline xml file in the settings ? Could you also please take a look at your .idea/detekt.xml file if there is something...
Hi, have you noticed other findings producing as many warning notifications ? It seems as the NoUnusedImports rule reports the imports at the file node, hm. IDEA 2023.2 fixes this...