Add a "check-config" command to validate config files & tests for it

This commit is contained in:
Andreas Fuchs 2024-10-04 10:49:08 -04:00
parent 70ee206031
commit 26ba489aa3
24 changed files with 492 additions and 0 deletions

4
tests/integrations/main.rs Executable file
View file

@ -0,0 +1,4 @@
// <https://github.com/rust-lang/rust-clippy/issues/11024>
#![allow(clippy::tests_outside_test_module)]
mod check_config;