swiftlint Installation On Mac Using Brew
It is a tool to enforce Swift style and conventions. SwiftLint hooks into Clang and SourceKit to use the AST representation of your source files for more accurate results. To know more about swiftlint: https://github.com/realm/SwiftLintInstallation Steps:
- Open Terminal
- Install homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Now install swiftlint
brew install swiftlint
0 comments:
Post a Comment