SwiftLint in Depth

Learn how to use and configure SwiftLint in detail, as well as how to create your own rules in SwiftLint for your project. By Ehab Amer.

5 (6) · 4 Reviews

Download materials
Save for later
Share
You are currently viewing page 4 of 4 of this article. Click here to view the first page.

Where to Go From Here?

You can download the completed project files by clicking the Download materials button at the top or bottom of this tutorial.

SwiftLint can be a powerful tool for your project. It can also frustrate team members if someone adds rules because more rules improve code. But this can be wrong. Every rule should have a good justification, and the team should decide together.

Kodeco has SwiftLint rules to follow in all the iOS content across the website. It’s based on all the company’s coding guidelines.

Besides checking your code, SwiftLint has more capabilities to explore:

It’s valuable to go through the rules SwiftLint has at its disposal. Each rule has its explanation of what will trigger it and what won’t.

We hope you enjoyed this tutorial. If you have any questions or comments, please join the forum discussion below!