Join Slack
Powered by
Is there a way to run kotlin inspections from the ...
# android
p
Paul Woitaschek
10/17/2018, 1:51 PM
Is there a way to run kotlin inspections from the CI? When I run lint, it doesn't include stuff like unused classes and functions.
l
lukaville
10/17/2018, 2:05 PM
https://github.com/JetBrains/inspection-plugin
p
Paul Woitaschek
10/17/2018, 3:19 PM
Thanks, seems pretty early in stage though
t
tapchicoma
10/17/2018, 5:59 PM
possibly detekt may solve it:
https://arturbosch.github.io/detekt/style.html#unusedprivatemember
7
Views
Open in Slack
Previous
Next