Join Slack
Powered by
Is there any linters for Dokka checking that every...
# android
k
Kamo Spertsyan
11/18/2021, 7:21 AM
Is there any linters for Dokka checking that every public method of class is commented or something like that?
p
PabloCasia
11/18/2021, 7:28 AM
You can use detekt:
https://detekt.github.io/detekt/comments.html#undocumentedpublicclass
k
Kamo Spertsyan
11/18/2021, 7:31 AM
Perfect! Thank you, going to research
Open in Slack
Previous
Next