Howdy folks, is there a way to validate a [module | project]’s KDocs? I’ve integrated dokka and am running it on jenkins as a nightly job but would like to ensure changes to a module will not break dokkaGfm on the next cycle
m
Marcin Aman
01/12/2021, 9:42 AM
I haven't heard about anything like that. IMHO the best way to validate it would be to just run dokka on this project and check for errors
m
Matthew Burnard
01/13/2021, 2:32 AM
I wish that were an option but adding the time it takes to execute dokkaGfm to our PR checks is not viable
Matthew Burnard
01/13/2021, 2:34 AM
Looked into detekt but didn’t see an existing rule, will see what ktlint can do