simon.vergauwen
07/19/2021, 1:37 PMgammax
07/19/2021, 1:38 PMgammax
07/19/2021, 1:38 PMBig Chungus
07/19/2021, 1:40 PMgammax
07/19/2021, 1:41 PMktlint
).simon.vergauwen
07/19/2021, 1:49 PMgammax
07/19/2021, 1:51 PMI’m looking mostly to always enforce return types, not allow any star-imports.Those are supported by Detekt first party rules IIRC (no need to use the ktlint wrapper).
And auto-formatting the codebase.That’s not supported by detekt out of the box. You have to use
detekt-formatting
(the ktlint wrapper).simon.vergauwen
07/19/2021, 1:52 PM