diff options
author | w0rp <devw0rp@gmail.com> | 2017-01-19 20:21:54 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-01-19 20:21:54 +0000 |
commit | ea438be5c108aba328db790ab0d08531ea74abd1 (patch) | |
tree | e88e9a6af5fbab4332d081045ddd854cb42bb6a9 /README.md | |
parent | 831f783493ec761191da48a07536b267cbe565ec (diff) | |
download | ale-ea438be5c108aba328db790ab0d08531ea74abd1.zip |
REVERT "Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256"
This reverts commit f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec.
Conflicts:
doc/ale.txt
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -78,6 +78,7 @@ name. That seems to be the fairest way to arrange this table. | Puppet | [puppet](https://puppet.com), [puppet-lint](https://puppet-lint.com) | | Python | [flake8](http://flake8.pycqa.org/en/latest/), [mypy](http://mypy-lang.org/), [pylint](https://www.pylint.org/) | | Ruby | [rubocop](https://github.com/bbatsov/rubocop) | +| 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) | |