about summary refs log tree commit diff
path: root/clippy_dev/src/main.rs
AgeCommit message (Expand)AuthorLines
2024-08-06Use `-D warnings` instead of `deny-warnings` feature.Jason Newcomb-1/+0
2024-08-05Make `cargo dev deprecate` require a reasonJason Newcomb-2/+2
2024-05-03Type safe CLI implementation for clippy-devPhilipp Krones-314/+256
2024-04-16Add `cargo dev setup toolchain`Alex Macleod-15/+40
2023-10-25Remove the `internal_warn` lint categoryAlex Macleod-1/+0
2023-07-31New lint `ignored_unit_patterns`Samuel "Sam" Tardieu-1/+1
2023-06-26Port clippy away from compiletest to ui_testOli Scherer-3/+3
2023-06-08Direct towards late passes in `cargo dev new_lint`Alex Macleod-2/+2
2023-05-24apply suggestionTimo-1/+1
2023-05-24replace `-` instead of erroring outy21-7/+2
2023-05-23error out if lint name contains dashy21-1/+8
2023-02-10Fix CLI of clippy_devPhilipp Krones-14/+14
2023-01-31update some dependenciesKaDiWa-44/+55
2022-09-23and a few more from other dirsYuri Astrakhan-1/+1
2022-07-26Implicitly set `--type=cargo` when using `--category=cargo`Serial-2/+2
2022-07-25Add `--type` flag to `dev new_lint`Serial-1/+8
2022-07-01Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffatebors-1/+19
2022-06-23Add `cargo dev dogfood`Serial-1/+20
2022-06-21Add `dev deprecate`Serial-0/+18
2022-06-13Fix `clap` deprecation warningsJason Newcomb-124/+88
2022-05-23update dependenciesMarcel Hellwig-86/+70
2022-05-13Tweak some words improved representationydah-1/+1
2022-05-06Pass through extra args in `cargo dev lint`Alex Macleod-1/+14
2022-04-30Auto merge of #8625 - Jarcho:rename_lint, r=xFrednetbors-3/+30
2022-04-24Add `rename_lint` commandJason Newcomb-3/+30
2022-04-09Allow passing --remove to `cargo dev setup <SUBCOMMAND>`Yoav Lavi-7/+44
2022-03-29Allow running `cargo dev lint` on a package directoryAlex Macleod-5/+15
2021-11-06Add `cargo dev lint` to manually run clippy on a fileAlex Macleod-1/+14
2021-10-09Add `--msrv` option to `new_lint` commandMichael Wright-0/+6
2021-08-23Remove stderr limitCameron Steffen-8/+1
2021-06-29Auto merge of #7409 - xFrednet:5394-vs-code-tasks, r=giraffate,flip1995bors-0/+14
2021-06-28Updated `clippy_dev` ui message and vscode task namexFrednet-1/+1
2021-06-27Added `cargo dev setup vscode-tasks` for simplicityxFrednet-0/+14
2021-06-25Add suspicious groupCameron Steffen-0/+1
2021-06-25Added `cargo dev remove intellij`xFrednet-5/+9
2021-06-25Updated `cargo dev setup intellij` for cleaner user messagesxFrednet-1/+5
2021-06-25Added the `cargo dev remove` command for conveniencexFrednet-1/+12
2021-06-25Print cargo dev help on missing arg and updated setup documentationxFrednet-1/+3
2021-06-25Added `cargo dev setup git-hook`xFrednet-12/+31
2021-06-25Moved dev `ide_setup` to `setup/intellij.rs`xFrednet-2/+2
2021-05-18Deny warning in every main sub-crateflip1995-0/+2
2021-03-17rename `cargo dev ra_setup` to `cargo dev ide_setup`Matthias Krüger-4/+4
2021-03-11lintcheck: move out of clippy-dev into own crateMatthias Krüger-42/+3
2021-03-05lintcheck: add --fix mode which tries to apply lint suggestions to the source...Matthias Krüger-1/+2
2021-02-19lintcheck: add -j <N> option to configure threads.Matthias Krüger-0/+8
2021-02-07lintcheck: add a cmdline option --crates-toml <TOML PATH> to override crate s...Matthias Krüger-0/+7
2021-01-23rename cargo dev crater to cargo dev lintcheckMatthias Krüger-9/+9
2021-01-23clippy dev crater: address more review commetnsMatthias Krüger-1/+1
2021-01-23cargo dev crater: throw an error if we can't find our specified crate in the ...Matthias Krüger-16/+24
2021-01-23clippy dev crater: add option to only check a single one of the listed crates...Matthias Krüger-3/+13