Monday 30 October 2017

How To Install swiftlint on Mac

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/SwiftLint

Installation 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
Now, use swiftlint!

0 comments:

Post a Comment

 

Copyright @ 2013 Appychip.

Designed by Appychip & YouTube Channel