From 99c739c7fd1cbe83e8a0c07864802e5d3b869faa Mon Sep 17 00:00:00 2001 From: Jungpyo Hong <54448459+jphong1111@users.noreply.github.com> Date: Sat, 10 Apr 2021 03:18:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 75d5255..103233d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,9 @@ Useful Swift Things - [Swift Style Guide](https://github.com/linkedin/swift-style-guide) ### Swift Lint +The way of force you to adapt coding convention otherwise project build will **FAILED** - [Swift Lint](https://github.com/realm/SwiftLint) apply for all project:+1: + put .yml file into root folder and apply following code in Build Phases ## UIDesign