diff options
author | w0rp <devw0rp@gmail.com> | 2017-01-13 09:23:03 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-01-13 09:23:03 +0000 |
commit | f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec (patch) | |
tree | cb2b83e70fac146c2597dcd98cd0e8069c76c652 /README.md | |
parent | 3b486d3475af81838788c4e5581ed16e35e368b9 (diff) | |
download | ale-f412b4f96fa49f4ed856db25c10bdf4b9c2e4cec.zip |
Fix some naming conventions and use abort for all Rust functions, and disable the rust linters for now, re #256
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -77,7 +77,6 @@ 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) | |