diff options
author | David Mohundro <drmohundro@gmail.com> | 2016-12-13 09:28:20 -0600 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-12-13 15:28:20 +0000 |
commit | 3418faf0541cb5ab11edab6f27b367a3849af4e6 (patch) | |
tree | 0a2f40d9ac0bce0d7c0cfb233abc401606650aa7 /doc | |
parent | 10777d3421e3cbe942a4d9519f96a798c4ae42b4 (diff) | |
download | ale-3418faf0541cb5ab11edab6f27b367a3849af4e6.zip |
Add support for Swift with swiftlint (#214)
* Add support for swift with swiftlint
* Fix issue by adding '.swift' file extension
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ale.txt b/doc/ale.txt index facc39f0..bed7e31f 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -92,6 +92,7 @@ The following languages and tools are supported. * SASS: 'sasslint', 'stylelint' * SCSS: 'sasslint', 'scsslint', 'stylelint' * Scala: 'scalac' +* Swift: 'swiftlint' * TypeScript: 'tslint', 'typecheck' * Verilog: 'iverilog', 'verilator' * Vim: 'vint' |