Czar
12/08/2019, 11:39 AMtodo:
, but only in IntelliJ, because I use todo:
comments when working on a changeset. Showing those as errors kinda messes with the flow. On the other hand I wouldn't want to commit them, so I need them to be reported when I run gradle checkplastiv
12/08/2019, 6:27 PMif (project.hasProperty('android.injected.invoked.from.ide') || System.getProperty('idea.version') != null) {
config = files("ide-detekt-config.yml")
} else {
config = files("normal-detekt-config.yml")
}
Mike
12/08/2019, 7:43 PMCzar
12/09/2019, 6:54 AM