Skip to main content
Logo Appt Light

Linting on iOS

Linting is the process of running a tool which analyzes your code for potential errors. Generally, each problem detected by the tool is reported with a description message and a severity level. This allows you to quickly prioritize the critical improvements that need to be made. Everyone benefits from higher code quality, plus it improves the accuracy of assistive technologies.

On iOS you can use SwiftLint to improve the quality of your code.

Avoid errors with automated testing. On iOS you can use the XCTest framework.

swiftlint lint

Feedback?

Let us know!