Remove missing_docs
SwiftLint exclusions where appropriate
#630
Labels
code-quality
Affects the developer experience when working in our codebase.
In #629 I re-enabled the
missing_docs
rule, which checks that public declarations have documentation. In order to do so, I had to addswiftlint:disable
comments to address the many existing undocumented declarations in the codebase. The vast majority of these are things that should be documented, so let's do so.The text was updated successfully, but these errors were encountered: