swiftlint

Tool to enforce Swift style and conventions

brewmacoslinux
Try with needOr install directly
Source

About

Tool to enforce Swift style and conventions

Commands

swiftlint

Examples

Lint all Swift files in the current directory$ swiftlint
Lint a specific Swift file$ swiftlint lint path/to/file.swift
Automatically fix style violations$ swiftlint autocorrect