linter-rust
linter-rust copied to clipboard
Linting your Rust-files in Atom, using rustc and cargo.
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xregexp](http://xregexp.com/) ([source](https://togithub.com/slevithan/xregexp)) | [`4.3.0` -> `5.1.1`](https://renovatebot.com/diffs/npm/xregexp/4.3.0/5.1.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [xregexp](http://xregexp.com/) ([source](https://togithub.com/slevithan/xregexp)) | [`4.3.0` -> `4.4.1`](https://renovatebot.com/diffs/npm/xregexp/4.3.0/4.4.1) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [semver](https://togithub.com/npm/node-semver) | [`7.1.3` -> `7.5.2`](https://renovatebot.com/diffs/npm/semver/7.1.3/7.5.2) | [](https://docs.renovatebot.com/merge-confidence/)...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Edited/Blocked These updates have been manually edited so Renovate will no longer make...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [atom-package-deps](https://togithub.com/AtomLinter/package-deps#readme) ([source](https://togithub.com/steelbrain/package-deps)) | [`5.1.0` -> `8.0.0`](https://renovatebot.com/diffs/npm/atom-package-deps/5.1.0/8.0.0) |...
I was having issues with this in my workspace projects so I went and fixed that Additions - Use `cargo locate-project --workspace` to find workspace manifiest - Add `cargo all`...
When working in a rust file in a crate inside a larger workspace the linter continues to work, but the UI (red dots signifying issues on particular lines, etc) does...
In the settings for linter-rust, the Disabled warnings section I simply put "dead_code, non_snake_case" Minus the quotation marks (just used for clarity). Yet both warnings seem to persist, even after...
Hi. Since I use nightly features, I want nightly cargo to lint my code. Currently I changed default to nighty by rustup, but I wil be grad if I can...
Rust 2.14 ships with a new formatter [1]. It would be great if linter-rust would use rustfmt (if available) to format the source code before linting. [1] https://blog.rust-lang.org/2018/02/15/Rust-1.24.html