Skip to content

Commit

Permalink
Adds information about SwiftLint plugin for AppCode into README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yeswolf committed Oct 25, 2016
1 parent c16efa1 commit c847541
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ fi
To run `swiftlint autocorrect` on save in Xcode, install the
[SwiftLintXcode](https://github.com/ypresto/SwiftLintXcode) plugin from Alcatraz.

### AppCode

To integrate SwiftLint with AppCode, install [this plugin](https://plugins.jetbrains.com/plugin/9175) and configure path to SwiftLint installation in plugin preferences. ```autocorrect``` action is available via ```⌥⏎```.

### Atom

To integrate SwiftLint with [Atom](https://atom.io/) install the
Expand Down

0 comments on commit c847541

Please sign in to comment.