[iOS] SwiftLint

2024. 1. 14. 13:34

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

'iOS > Library' 카테고리의 다른 글

[iOS] PinLayout  (0) 2024.05.25
[iOS] Charts 라이브러리를 사용하여 Upbit 시세 그래프 그리기  (0) 2024.05.04
[iOS] Cocoa Pod 사용법  (0) 2022.07.11

BELATED ARTICLES

more