detekt / detekt-intellij-plugin

detekt plugin for IntelliJ
https://plugins.jetbrains.com/plugin/10761-detekt
Apache License 2.0
290 stars 39 forks source link

Kotlin files outside of project are listed in Problem tool window #477

Closed bliessens closed 11 months ago

bliessens commented 1 year ago

Hi,

I commonly have multiple Kotlin projects open in IntelliJ. When calling Run Detekt from the Project window, a new tab is created in the Problems tool window. The files listed in the tabs however belong to all opened projects.

I expect the window to only list (Kotlin) files from the IntelliJ Project where I launched Run Detekt