Enable documentation comment validation in swift-format #165
Labels
area/documentation
Improvements or additions to documentation.
kind/enhancement
Improvements to existing feature.
size/S
Small task. (A couple of hours of work.)
Milestone
(This is about the codebase of the generator, runtime, and transports, not about generated code.)
We should enable the following two rules in the
.swift-format
file of all our repos, to get more validation of documentation comments. I sometimes forget to rename properties in doc comments and this could help catch that. Plus it'll ensure that new code is documented properly.ValidateDocumentationComments
AllPublicDeclarationsHaveDocumentation
The text was updated successfully, but these errors were encountered: