Skip to content

Commit c8397b3

Browse files
committed
Enable clippy for all targets locally, matching CI
1 parent 8800257 commit c8397b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function cmd_fmt() {
125125
}
126126

127127
function cmd_clippy() {
128-
run cargo clippy "${extraCargoArgs[@]}" -- \
128+
run cargo clippy --all-targets "${extraCargoArgs[@]}" -- \
129129
-D clippy::suspicious \
130130
-D clippy::style \
131131
-D clippy::complexity \

0 commit comments

Comments
 (0)