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
I have added multiple custom rules in my project, and added them to my detekt.yml. My custom rules are working fine when running with CLI, but custom rules do not shows any error/warning while I am coding in my IDE.
However, if I create JAR of my module and add it to plugin explicitly then custom rules starts showing errors in my IDE.
IDE - Android Studio Koala | 2024.1.1 Patch 1 Detekt Plugin - 2.4.1
Is this behaviour expected?
I want that if I have custom rules in the same project, then I should not have to create JAR and add it explicitly.
The text was updated successfully, but these errors were encountered:
I have added multiple custom rules in my project, and added them to my detekt.yml.
My custom rules are working fine when running with CLI, but custom rules do not shows any error/warning while I am coding in my IDE.
However, if I create JAR of my module and add it to plugin explicitly then custom rules starts showing errors in my IDE.
IDE
- Android Studio Koala | 2024.1.1 Patch 1Detekt Plugin
- 2.4.1Is this behaviour expected?
I want that if I have custom rules in the same project, then I should not have to create JAR and add it explicitly.
The text was updated successfully, but these errors were encountered: