diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-10-24 22:20:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 22:20:03 +0100 |
commit | c248885e5790ce81018ddc8f8afbc3c173051059 (patch) | |
tree | 8fb8fcfc71ee025c2785f3fc86dad3b0d59ac43c /README.md | |
parent | 0e4dd95e5dac4ef5ac7877b1885f1c8300a53bd3 (diff) | |
parent | 35031a0b8a384766277a8b38f84c28ae89a17430 (diff) | |
download | ale-c248885e5790ce81018ddc8f8afbc3c173051059.zip |
Merge pull request #1025 from kfox/add-rustfmt-fixer
add rustfmt fixer
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -128,7 +128,7 @@ formatting. | reStructuredText | [proselint](http://proselint.com/) | | RPM spec | [rpmlint](https://github.com/rpm-software-management/rpmlint) (disabled by default; see `:help ale-integration-spec`) | | Ruby | [brakeman](http://brakemanscanner.org/) !!, [rails_best_practices](https://github.com/flyerhzm/rails_best_practices) !!, [reek](https://github.com/troessner/reek), [rubocop](https://github.com/bbatsov/rubocop), [ruby](https://www.ruby-lang.org) | -| Rust | cargo !! (see `:help ale-integration-rust` for configuration instructions), [rls](https://github.com/rust-lang-nursery/rls), [rustc](https://www.rust-lang.org/) | +| Rust | cargo !! (see `:help ale-integration-rust` for configuration instructions), [rls](https://github.com/rust-lang-nursery/rls), [rustc](https://www.rust-lang.org/), [rustfmt](https://github.com/rust-lang-nursery/rustfmt) | | 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), [prettier](https://github.com/prettier/prettier) | | Scala | [scalac](http://scala-lang.org), [scalastyle](http://www.scalastyle.org) | |