diff options
author | Gordon Fontenot <gmoney@gitpushgitpaid.com> | 2017-08-09 12:26:38 -0500 |
---|---|---|
committer | Gordon Fontenot <gmoney@gitpushgitpaid.com> | 2017-08-09 12:41:21 -0500 |
commit | 4709e676275000f01975aa433f702e825d6a2353 (patch) | |
tree | 3a990b604fbc46eebf403ff6d613fecd2507e1e3 /doc/ale.txt | |
parent | 2b546a50dc8a07e4ca7bb554eb3db7e405eb8c9f (diff) | |
download | ale-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 'doc/ale.txt')
-rw-r--r-- | doc/ale.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index b0323f85..f5a51359 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -224,7 +224,7 @@ The following languages and tools are supported. * SML: 'smlnj' * Stylus: 'stylelint' * SQL: 'sqlint' -* Swift: 'swiftlint' +* Swift: 'swiftlint', 'swiftformat' * Texinfo: 'proselint' * Text: 'proselint', 'vale' * TypeScript: 'eslint', 'tslint', 'tsserver', 'typecheck' |