summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGordon Fontenot <gmoney@gitpushgitpaid.com>2017-08-09 12:26:38 -0500
committerGordon Fontenot <gmoney@gitpushgitpaid.com>2017-08-09 12:41:21 -0500
commit4709e676275000f01975aa433f702e825d6a2353 (patch)
tree3a990b604fbc46eebf403ff6d613fecd2507e1e3 /README.md
parent2b546a50dc8a07e4ca7bb554eb3db7e405eb8c9f (diff)
downloadale-4709e676275000f01975aa433f702e825d6a2353.zip
Add support for SwiftFormat as a fixer
SwiftFormat is a tool that can be used to format Swift files. This commit adds support for using SwiftFormat as a fixer from ALE. It looks for executables in the Pods directory, then the Pods directory for a React Native project, then finally falls back to the globally installed instance if neither of those were found. https://github.com/nicklockwood/SwiftFormat
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c05ec3fc..5d2e7983 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,7 @@ name. That seems to be the fairest way to arrange this table.
| SML | [smlnj](http://www.smlnj.org/) |
| Stylus | [stylelint](https://github.com/stylelint/stylelint) |
| SQL | [sqlint](https://github.com/purcell/sqlint) |
-| Swift | [swiftlint](https://github.com/realm/SwiftLint) |
+| Swift | [swiftlint](https://github.com/realm/SwiftLint), [swiftformat](https://github.com/nicklockwood/SwiftFormat) |
| Tcl | [nagelfar](http://nagelfar.sourceforge.net)|
| Texinfo | [proselint](http://proselint.com/)|
| Text^ | [proselint](http://proselint.com/), [vale](https://github.com/ValeLint/vale) |