Skip to content

Commit 236ca7a

Browse files
committed
Test: warn for pedantic lints
1 parent e28440d commit 236ca7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/base-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ cp target/debug/cargo-clippy ~/rust/cargo/bin/cargo-clippy
1414
cp target/debug/clippy-driver ~/rust/cargo/bin/clippy-driver
1515
rm ~/.cargo/bin/cargo-clippy
1616
# run clippy on its own codebase...
17-
PATH=$PATH:~/rust/cargo/bin cargo clippy --all-targets --all-features -- -D clippy::all -D clippy::internal
17+
PATH=$PATH:~/rust/cargo/bin cargo clippy --all-targets --all-features -- -D clippy::all -D clippy::internal -W clippy::pedantic
1818
# ... and some test directories
1919
cd clippy_workspace_tests && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ..
2020
cd clippy_workspace_tests/src && PATH=$PATH:~/rust/cargo/bin cargo clippy -- -D clippy::all && cd ../..

0 commit comments

Comments
 (0)