GMachine
07/16/2024, 6:07 AMCurrentIssues
for Wrapping
rule but when I'm running ./gradlew detekt
there's an issues because of Wrapping
1. ./gradlew detektProjectBaseline
2. ./gradlew detekt
And I can see lot's of errors beacause of Wrapping
NoSemicolons
also some files modified via autoCorrect
But why is this happening? I expect that those smells have to be in detekt baseline, cause I launched detektProjectBaseline
before detekt
On the screenshots my project level buld.gradle
Brais Gabin
07/17/2024, 10:04 PMBrais Gabin
07/17/2024, 10:07 PM./gradlew detektBaseline
? I imagine that you are not configuring the tasks in the same way so they give you different results.