While working on Marathon yesterday I noticed some swiftlinter issues so I found some time today to review and update all affected files and get things back to 0 🎉
A couple notes:
I've only tested this on Swift 4. The generated xcodeproj said something about upgrading to Swift 4 which I ignored.
I assumed for unit tests files that //swiftlint:disable type_body_length file_length was an acceptable solution
While working on Marathon yesterday I noticed some swiftlinter issues so I found some time today to review and update all affected files and get things back to 0 🎉
A couple notes:
//swiftlint:disable type_body_length file_length
was an acceptable solution