Commit Graph

10 Commits

Author SHA1 Message Date
Jason Newcomb 5b4b463d49 Move internal lints to their own crate 2025-04-12 17:53:36 -04:00
Guillaume Gomez cb9682b628 Add missing tests annotations for ui-internal 2025-03-11 16:35:11 +01:00
Alex Macleod 0972c3b565 Check for MSRV attributes in late passes using the HIR 2025-02-28 18:09:44 +00:00
Philipp Krones 5c1811ab94 Rename all clippy_config::msrvs -> clippy_utils::msrvs 2024-11-15 19:38:09 +01:00
Alex Macleod 4622203c9b Move configuration to new clippy_config crate 2023-10-23 20:05:10 +00:00
Oli Scherer 00919a4f92 Update ui test crate to auto-detect aux build crate kind 2023-08-11 14:02:35 +00:00
Oli Scherer 3d88fae050 Update ui test crate 2023-08-11 14:02:28 +00:00
Oli Scherer def1705a27 Update to a compiletest-rs version that requires //@ for commands 2023-04-20 14:44:03 +00:00
Alex Macleod 637139d2ff Add clippy_utils::msrv::Msrv to keep track of the current MSRV 2022-11-21 18:16:40 +00:00
flip1995 bca4ee7971 Implement internal lint for MSRV lints
This internal lint checks if the `extract_msrv_attrs!` macro is used if
a lint has a MSRV. If not, it suggests to add this attribute to the lint
pass implementation.
2022-03-01 09:40:07 +00:00