codeandtheory / YCoreUI

Core components for iOS and tvOS to accelerate building user interfaces in code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `implicit_return` and `missing_docs` rules to SwiftLint

mpospese opened this issue · comments

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.