Wow, impressed with IntelliJ. It picked up this error. I need to reverse the checks.
j
Joffrey
08/17/2022, 9:08 PM
If this impresses you, wait until you discover refactoring capabilities 😊
s
Stefan Oltmann
08/18/2022, 6:34 AM
Make sure you have also SonarLint and Detekt installed and see what these can do. 😄
k
Klitos Kyriacou
08/18/2022, 7:53 AM
I find SonarLint often duplicates the warnings of IntelliJ, so I usually disable it until I do an actual release.
s
Stefan Oltmann
08/18/2022, 7:58 AM
And so does Detekt. I actually use that together with Gradle and SonarCloud to track project health. So I mainly use SonarLint plus Detekt and have disabled doubled lints in Detekt and IDEA.
Since you can fine-tune the configuration and actually commit that with the code it's not a big deal once configured properly. I personally wouldn't turn off lints because I want to see issues as soon as possible.
b
Ben Edwards
08/18/2022, 5:15 PM
Thanks, noted this thread for when I start doing stuff in anger.