mkrussel
06/23/2022, 3:06 PM2021.1.1 Patch 2
which then installed the latest version of the detekt plugin (1.20.1
). I'm using version 1.19.0
of detekt. After that I'm getting several false positives for Missing newline after "("
and Missing newline before ")"
warnings. They all report as being on at line 1 column 1.
Running detekt from gradle does not report any issues.
Not sure the plugin is incompatible with the version of Android Studio being used, or if I need to upgrade to a new version of detekt.chao
06/23/2022, 3:16 PMmkrussel
06/23/2022, 3:23 PMchao
06/23/2022, 3:24 PMIndentation
, so I would assume that this is due to ktlint(detekt-formatting) version upgrademkrussel
06/23/2022, 3:27 PMIndentation
disabled since it had false positives.chao
06/23/2022, 3:29 PMIndentation
is enabled in Detekt IntelliJ Plugin
I could be wrong but I don’t believe ktlint(formatting) rules are active by default, unless detekt-formatting.jar is on the classpathmkrussel
06/23/2022, 3:45 PMchao
06/23/2022, 3:50 PMmkrussel
06/23/2022, 3:50 PM