We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb05f8 commit 870b50eCopy full SHA for 870b50e
scripts/lint.sh
@@ -23,8 +23,8 @@ if rustup component add clippy; then
23
"opentelemetry-semantic-conventions"
24
"opentelemetry-stdout"
25
"opentelemetry-zipkin")
26
- for create in "${creates[@]}"; do
27
- cargo clippy --manifest-path=$create/Cargo.toml --all-targets --all-features -- \
+ for crate in "${crates[@]}"; do
+ cargo clippy --manifest-path=$crate/Cargo.toml --all-targets --all-features -- \
28
`# Exit with a nonzero code if there are clippy warnings` \
29
-Dwarnings
30
done
0 commit comments