rust-clippy/clippy_dev/src
Matthias Krüger 45424c7e75 lintcheck: add --fix mode which tries to apply lint suggestions to the sources and prints a warning if that fails
Great for spotting false positives/broken suggestions of applicable lints.

There are false positives though becasue I'm not sure yet how to silence rustc warnings while keeping clippy warnings.
Sometimes rustc makes a suggestion that fails to apply and the implementation does not differenciate between clippy and rustc warnings when applying lint suggestions.

changelog: none
2021-03-05 17:11:21 +01:00
..
bless.rs Quick fix cargo dev bless 2021-02-22 12:45:11 +09:00
fmt.rs clippy_dev: Pass stderr to CommandFailed 2021-01-31 11:21:33 +01:00
lib.rs Fix dogfood errors in clippy_dev 2021-03-05 13:36:55 +01:00
lintcheck.rs lintcheck: add --fix mode which tries to apply lint suggestions to the sources and prints a warning if that fails 2021-03-05 17:11:21 +01:00
main.rs lintcheck: add --fix mode which tries to apply lint suggestions to the sources and prints a warning if that fails 2021-03-05 17:11:21 +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 Eat dogfood 2021-02-06 16:35:38 -06: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