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

@@ -55,6 +55,7 @@ The following languages and tools are supported.
* Ruby: 'rubocop'
* SASS: 'sasslint'
* SCSS: 'sasslint', 'scsslint'
* Scala: 'scalac'
* TypeScript: 'tslint'
* Vim: 'vint'
* YAML: 'yamllint'