We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125907a commit c52b33dCopy full SHA for c52b33d
ci/base-tests.sh
@@ -9,6 +9,8 @@ cargo build --features debugging
9
cargo test --features debugging
10
cd clippy_lints && cargo test && cd ..
11
cd rustc_tools_util && cargo test && cd ..
12
+# check that the lint lists are up-to-date
13
+./util/update_lints.py -c
14
mkdir -p ~/rust/cargo/bin
15
cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
16
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver
0 commit comments