Torsph / SwiftLintAppCode

Provides highlighting of the SwiftLint errors in the AppCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##SwiftLint for AppCode

This simple plugin allows to highlight errors and warnings from SwiftLint (https://github.com/realm/SwiftLint) like this:

###Installation

You should already have SwiftLint installed somewhere.

  1. Configure SwiftLint via .swiftlint.yml file, if needed. See here fir details.

    Note that the plugin works with reporter: "xcode".

  2. Install the plugin from the repository.

  3. Set path to SwiftLint binary in the Preferences:

    SwiftLint settings in AppCode Preferences

  4. Adapt AppCode's inspection settings to your liking:

    Section Inspections of AppCode Preferences

You are good to go!

About

Provides highlighting of the SwiftLint errors in the AppCode

License:MIT License


Languages

Language:Java 90.3%Language:Swift 9.2%Language:HTML 0.5%