Hello! I came across two tools for linting and cod...
# random
s
Hello! I came across two tools for linting and code smells, Ktlint and Detekt. Which one is widely used? I skim-read both documentation and both seem fine. So does anyone comment on which one is better or can both be used together. And if there are any other tools, do suggest them also
e
Ktlint is more focused on formatting. Detekt supports formatting as well (through ktlint) as well as many other checks. I use both; see #detekt and #ktlint
1