We have added support for [detekt](<https://github...
# feed
a
We have added support for [detekt](https://github.com/arturbosch/detekt) and [ktlint](https://github.com/shyiko/ktlint) in [TouK Sputnik](https://github.com/TouK/sputnik) in version [1.8.0](https://github.com/TouK/sputnik/releases/tag/sputnik-1.8.0). If you review your kotlin code with gerrit, then Sputnik will be great tool for you.
K 1
t
What's the difference between detekt vs Klint? Which one is more recommended to use? Thanks
a
detekt has more features
but ktlint can format your code, not only provide information about detected problems