mirror of
https://github.com/ypresto/SwiftLintXcode.git
synced 2026-03-25 08:55:51 +00:00
Update README.md and CHANGELOG.md
This commit is contained in:
parent
98c95a2143
commit
bc71bf7ea0
2 changed files with 23 additions and 4 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
|
@ -1,6 +1,19 @@
|
|||
Change Log
|
||||
==========
|
||||
|
||||
Version 0.1.2
|
||||
----------------------------
|
||||
|
||||
- Fixed bug that saving non-swift file runs autocorrect.
|
||||
- Set working directory to where workspace (or project) file is placed.
|
||||
|
||||
|
||||
Version 0.1.1
|
||||
----------------------------
|
||||
|
||||
- Rename plug-in name: SwiftLintAutoCorrect -> SwiftLintXcode
|
||||
|
||||
|
||||
Version 0.1.0
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
14
README.md
14
README.md
|
|
@ -11,11 +11,17 @@ Runs `swiftlint autocorrect --path CURRENT_FILE` before \*.swift file is saved.
|
|||
INSTALLATION
|
||||
------------
|
||||
|
||||
```bash
|
||||
# This plugin does not bundle swiftlint binary.
|
||||
# Please ensure swiftlint is on PATH.
|
||||
brew update && brew install swiftlint
|
||||
Then install via [Alcatraz](https://github.com/alcatraz/Alcatraz).
|
||||
|
||||
This plugin does not bundle swiftlint binary. Please ensure swiftlint is on PATH.
|
||||
|
||||
```bash
|
||||
brew update && brew install swiftlint
|
||||
```
|
||||
|
||||
### Manual installation
|
||||
|
||||
```bash
|
||||
git clone https://github.com/ypresto/SwiftLintXcode
|
||||
cd SwiftLintXcode
|
||||
# Build and install.
|
||||
|
|
|
|||
Loading…
Reference in a new issue