DEV Community

Cover image for SwiftLint Integration in Xcode and GitLab CI
Raksha for Canopas Software

Posted on

SwiftLint Integration in Xcode and GitLab CI

What is a SwiftLint?

SwiftLint — A linting tool that enforces swift style and conventions, loosely based on GitHub’s swift style guide.

When you're working on a project which has a big team, it could be hard to maintain code style & standards, also manual code style check is always a tedious task.

Thus, it’s better to let a tool and CI do the job for us by enforcing everyone in the team to follow community standards.

In this article, you will learn how to set up SwiftLint in your Xcode project, and how to add custom lint rules and integrate them with CI.

Oldest comments (0)