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.
2 parents f5376a3 + 4139207 commit 78ec6e3Copy full SHA for 78ec6e3
ci/integration-tests.sh
@@ -9,7 +9,7 @@ cd checkout
9
10
function check() {
11
# run clippy on a project, try to be verbose and trigger as many warnings as possible for greater coverage
12
- RUST_BACKTRACE=full cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy_pedantic -W clippy_nursery &> clippy_output
+ RUST_BACKTRACE=full cargo clippy --all-targets --all-features -- --cap-lints warn -W clippy::pedantic -W clippy::nursery &> clippy_output
13
cat clippy_output
14
! cat clippy_output | grep -q "internal compiler error\|query stack during panic"
15
if [[ $? != 0 ]]; then
0 commit comments