Previously I mentioned the SwiftLint tool allowing you to enforce Swift style and convention on your code with informative errors within Xcode.
Here’s a handy open source plugin called SwiftLintXcode from Yuya Tanaka that allows you to avoid having to run SwiftLint at the command line or adding SwiftLint into the Run Script Phase of your projects.
The plugin adds a menu option within Xcode as seen in this image from the repository:
You can find SwiftLintXcode on Github here.
A nice simple way to utilize SwiftLint and enforce style and convention on your Swift code.
See more: Xcode plugins
Original article: SwiftLintXcode – An Xcode Plugin For Enforcing Swift Style And Conventions
©2016 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.
Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools