
Adding SwiftLint to a project in Xcode
SwiftLint is a tool for validating the style and conventions in Swift files. It is easy to integrate to a project. Minimum set up consists of installing SwiftLint and adding… Read more Adding SwiftLint to a project in Xcode →