codeandtheory / ynetwork-ios

A networking layer for iOS and tvOS.
Apache License 2.0
3 stars 3 forks source link

Add `implicit_return` and `missing_docs` rules to SwiftLint #5

Closed mpospese closed 1 year ago

mpospese commented 1 year ago

Add the following two option rules (place them alphabetically under the opt-in rules) to .swiftlint.yml config file:

implicit_return
missing_docs

Fix any SwiftLint violations that these rules generate.