Skip to content

Commit

Permalink
Restore lint.sh script
Browse files Browse the repository at this point in the history
This was erroneously committed.
  • Loading branch information
jwilm committed May 11, 2022
1 parent c988229 commit fec6c9f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/lint.sh
Expand Up @@ -29,7 +29,14 @@ if rustup component add clippy; then
cargo_feature opentelemetry-otlp "http-proto, surf-client, surf/curl-client"
cargo_feature opentelemetry-otlp "metrics"

cargo_feature opentelemetry-jaeger "full"
cargo_feature opentelemetry-jaeger "surf_collector_client, surf/curl-client"
cargo_feature opentelemetry-jaeger "isahc_collector_client"
cargo_feature opentelemetry-jaeger "reqwest_blocking_collector_client"
cargo_feature opentelemetry-jaeger "reqwest_collector_client"
cargo_feature opentelemetry-jaeger "collector_client"
cargo_feature opentelemetry-jaeger "wasm_collector_client"
cargo_feature opentelemetry-jaeger "collector_client, wasm_collector_client"
cargo_feature opentelemetry-jaeger "default"

cargo_feature opentelemetry-dynatrace "default"
cargo_feature opentelemetry-dynatrace "metrics,rt-tokio,reqwest-client"
Expand Down

0 comments on commit fec6c9f

Please sign in to comment.