본문 바로가기

Develop/라이브러리

[iOS] SwiftLint

SwiftLint 

코드 규칙 도구 라이브러리

 

GitHub - realm/SwiftLint: A tool to enforce Swift style and conventions.

A tool to enforce Swift style and conventions. Contribute to realm/SwiftLint development by creating an account on GitHub.

github.com

 

1. PodFile에 추가, pod install

pod 'SwiftLint'

 

2. [Project] Target → [Build Phases] → [New Run Script Phases]

${PODS_ROOT}/SwiftLint/swiftlint

 

3. 결과

 

728x90