diff options
author | Kevin Kays <kkays@raybeam.com> | 2017-07-13 18:41:01 -0400 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-07-13 23:41:01 +0100 |
commit | 4c50aec79c158a61de27f273e1d338fb1d817021 (patch) | |
tree | d37c582252ac0655e732545f85930b97567a1eb5 /README.md | |
parent | 4c6c5bf84fa31ab18ff83122c12b7e8edb18bd1e (diff) | |
download | ale-4c50aec79c158a61de27f273e1d338fb1d817021.zip |
Add scalastyle linter (#766)
* Add support for scalastyle
* Add scalastyle docs
* scalastyle support for column numbers
* off by one column
* Add tests for scalastyle command and handler
* update readme for scalastyle
* allow full scalastyle options instead of just config file
* fix indentation
* allow scalastyle config file in parent directories by a couple names.
* check for missing match args with empty
* remove echo
* use a for loop
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -111,7 +111,7 @@ name. That seems to be the fairest way to arrange this table. | Rust | [rustc](https://www.rust-lang.org/), cargo (see `:help ale-integration-rust` for configuration instructions) | | 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) | +| Scala | [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) | | Slim | [slim-lint](https://github.com/sds/slim-lint) | SML | [smlnj](http://www.smlnj.org/) | | Stylus | [stylelint](https://github.com/stylelint/stylelint) | |