rdoupe

Results 2 comments of rdoupe

I just did the same thing, and I'm seeing the same results with Intellij Ultimate 2022.2.3

I was able to get this working by using "Build rules upon default configuration" and the following `detekt.yml` which overrides `maxIssues` and `MaxLineLength` ``` build: maxIssues: 99999 style: MaxLineLength: active:...