Commit Graph

14 Commits

Author SHA1 Message Date
Samuel Tardieu 3a7f50f6d3 Apply unnecessary_semicolon to Clippy sources 2025-01-19 15:34:07 +01:00
lengyijun e582fcd75d [needless_continue]: lint if the last stmt in for/while/loop is continue, recursively
fixes: #4077
2024-12-28 09:58:06 -07:00
Jason Newcomb 4e57b2c46f Use -D warnings instead of deny-warnings feature. 2024-08-06 10:46:39 -04:00
Jakub Beránek f7356f2a8f Fix lint errors 2024-03-01 16:36:05 +01:00
Oli Scherer 514b6d04bb Port clippy away from compiletest to ui_test 2023-06-26 14:13:07 +00:00
Yuri Astrakhan cb6d1267c4 a few more core lint fixes 2022-09-23 13:55:30 -04:00
Gary Guo 14e0390fdf Account for revisions in missing-test-files 2021-11-01 15:47:34 +00:00
Cameron Steffen 5d3fc6fc08 Deny warnings in test modules 2021-09-08 08:21:06 -05:00
Mara Bos 0767a0f9c7 Fix/allow non_fmt_panic in clippy tests. 2021-02-03 23:15:51 +01:00
Grzegorz 16881390e1 removing redundant closures in the whole project 2019-02-10 13:35:44 +01:00
A.A.Abroskin c771f339d7 allow assertions_on_constants for collapsible_if and missing_test_files 2019-01-23 17:58:33 +03:00
Unknown 38b3a4ec63 Fixing issues pointed out by dogfood tests. 2019-01-18 00:12:35 -05:00
Unknown a3b3a54e93 Update to collect all the files then throw the error. 2019-01-17 23:50:30 -05:00
Unknown 8b81208012 Adding a test for checking if test files are missing. 2019-01-17 23:19:51 -05:00