mirror of
https://github.com/jphong1111/awesome-ios-developer.git
synced 2024-12-22 22:45:33 +07:00
Update README.md
This commit is contained in:
parent
c9200ef2a6
commit
0c4ba60fe5
@ -31,7 +31,14 @@ set of guidelines for a specific programming language that recommend programming
|
||||
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:
|
||||
|
||||
```script
|
||||
if which swiftlint >/dev/null; then
|
||||
swiftlint
|
||||
else
|
||||
echo "error: SwiftLint not installed, download from https://github.com/realm/SwiftLint"
|
||||
exit 1
|
||||
fi
|
||||
```
|
||||
put .yml file into root folder and apply following code in Build Phases
|
||||
|
||||
## Design Pattern
|
||||
|
Loading…
Reference in New Issue
Block a user