Add support for Swift with swiftlint (#214)

* Add support for swift with swiftlint

* Fix issue by adding '.swift' file extension
This commit is contained in:
David Mohundro
2016-12-13 09:28:20 -06:00
committed by w0rp
parent 10777d3421
commit 3418faf054
3 changed files with 11 additions and 0 deletions

View File

@@ -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 |