Emil Kantis
03/17/2023, 7:47 AMIgnoredReturnValue to flag all cases of discarded returns. Is this config correct? I can't seem to get it to work.. (Other rules configured in the same file are working)
potential-bugs:
IgnoredReturnValue:
active: true
restrictToConfig: false
returnValueTypes:
- '*'gammax
03/17/2023, 11:03 AMEmil Kantis
03/17/2023, 11:25 AMdetekt task from the gradle plugin 🙂gammax
03/17/2023, 11:30 AMIgnoredReturnValue needs TR to workEmil Kantis
03/17/2023, 11:32 AM./gradlew check to run detekt with TR?Emil Kantis
03/17/2023, 11:32 AMBrais Gabin
03/19/2023, 11:57 AMdetektMain and detektTest. And probably remove the dependency with the no type resolution one: detekt