diff options
author | EinfachToll <istjanichtzufassen@googlemail.com> | 2017-01-12 10:33:55 +0100 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-01-12 09:33:55 +0000 |
commit | 9c5f092b4f9464d035d6a334b3053f2f3eb95c22 (patch) | |
tree | 581ae70db5f0ebcf23a80bdae49585d122a9f763 /README.md | |
parent | 75485d53f67ab665fb7a4e13803d87c71b7368ae (diff) | |
download | ale-9c5f092b4f9464d035d6a334b3053f2f3eb95c22.zip |
Add support for Rust using rustc and cargo (#230)
* Add rustc checker for rust files
* Add documentation for rustc
* Use a nice helper function
* Add cargo as linter
* Complete the doc for rust linters
* Put l: in front of every local variable
* Apply the requested stylistic changes
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,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/), [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) | |