Add basic scala support using scalac (#56)

* Add basic scala support using scalac

* Convert if to a ternary expression

* Better bounds check

* Code formatting

* Mention Scala in the documentation
This commit is contained in:
Zoltan Kalmar
2016-10-07 17:28:44 +02:00
committed by w0rp
parent 38a6979bca
commit 0e98635937
3 changed files with 60 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ name. That seems to be the fairest way to arrange this table.
| Ruby | [rubocop](https://github.com/bbatsov/rubocop) |
| SASS | [sass-lint](https://www.npmjs.com/package/sass-lint) |
| SCSS | [sass-lint](https://www.npmjs.com/package/sass-lint), [scss-lint](https://github.com/brigade/scss-lint) |
| Scala | [scalac](http://scala-lang.org) |
| TypeScript | [tslint](https://github.com/palantir/tslint)^ |
| Vim | [vint](https://github.com/Kuniwak/vint)^ |
| YAML | [yamllint](https://yamllint.readthedocs.io/)^ |