Skip to content

Commit c52b33d

Browse files
author
Michael Wright
committed
Make travis check lint list
1 parent 125907a commit c52b33d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/base-tests.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ cargo build --features debugging
99
cargo test --features debugging
1010
cd clippy_lints && cargo test && cd ..
1111
cd rustc_tools_util && cargo test && cd ..
12+
# check that the lint lists are up-to-date
13+
./util/update_lints.py -c
1214
mkdir -p ~/rust/cargo/bin
1315
cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
1416
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver

0 commit comments

Comments
 (0)