rust-clippy/clippy_dev/src
flip1995 79dbf10736
Use absolute path to Rust repo in ra_setup
This will convert the path to the Rust repo to an absolute path. This is
important for the clippy_lints/Cargo.toml file. Otherwise if a relative
path is passed, rst-analyzer won't find the Rust repo, because it starts
the relative path search from the clippy_lints dir, not the
rust-clippy dir where the ra_setup command was run from.
2021-02-05 17:23:04 +01:00
..
bless.rs Add missing_panics_doc lint 2021-02-02 16:36:32 +01:00
fmt.rs clippy_dev: Pass stderr to CommandFailed 2021-01-31 11:21:33 +01:00
lib.rs Add missing_panics_doc lint 2021-02-02 16:36:32 +01:00
lintcheck.rs lintcheck: fix paths in the logs 2021-01-23 02:18:11 +01:00
main.rs rename cargo dev crater to cargo dev lintcheck 2021-01-23 02:18:11 +01:00
new_lint.rs Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup 2020-08-28 18:43:25 +02:00
ra_setup.rs Use absolute path to Rust repo in ra_setup 2021-02-05 17:23:04 +01:00
serve.rs Add missing_panics_doc lint 2021-02-02 16:36:32 +01:00
stderr_length_check.rs Define modules in lib.rs instead of main.rs 2020-03-31 17:24:09 +02:00
update_lints.rs fix clippy-dev update_lints 2020-11-29 21:07:47 +01:00