summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Mohundro <drmohundro@gmail.com>2016-12-13 09:28:20 -0600
committerw0rp <w0rp@users.noreply.github.com>2016-12-13 15:28:20 +0000
commit3418faf0541cb5ab11edab6f27b367a3849af4e6 (patch)
tree0a2f40d9ac0bce0d7c0cfb233abc401606650aa7 /README.md
parent10777d3421e3cbe942a4d9519f96a798c4ae42b4 (diff)
downloadale-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 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8cd60a94..9ae147c1 100644
--- a/README.md
+++ b/README.md
@@ -80,6 +80,7 @@ name. That seems to be the fairest way to arrange this table.
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint), [stylelint](https://github.com/stylelint/stylelint) |
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint), [stylelint](https://github.com/stylelint/stylelint) |
| Scala | [scalac](http://scala-lang.org) |
+| Swift | [swiftlint](https://swift.org/) |
| Tex | [proselint](http://proselint.com/) |
| Text | [proselint](http://proselint.com/) |
| TypeScript | [tslint](https://github.com/palantir/tslint), typecheck |