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
'Develop > 라이브러리' 카테고리의 다른 글
| [iOS] PinLayout (0) | 2024.05.25 |
|---|---|
| [iOS] Charts 라이브러리를 사용하여 Upbit 시세 그래프 그리기 (0) | 2024.05.04 |
| [Firebase] Apple 로그인 (0) | 2023.06.04 |
| [Firebase] Google 로그인 (0) | 2023.06.04 |
| [iOS] Firebase FireStore/Storage (0) | 2022.07.19 |