Skip to content

Codecs avro updates #11672

Codecs avro updates

Codecs avro updates #11672

Triggered via pull request October 16, 2024 14:03
Status Failure
Total duration 1m 14s
Artifacts

checks.yaml

on: pull_request
Matrix: unused-deps
Code Quality
0s
Code Quality
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
format
Process completed with exit code 1.
clippy-check: tremor-codec/src/codec/avro.rs#L156
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> tremor-codec/src/codec/avro.rs:156:35 | 156 | let value = value_to_avro(&v, &schema.items, resolver).await?; | ^^ help: change this to: `v` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow note: the lint level is defined here --> tremor-codec/src/lib.rs:21:5 | 21 | clippy::all, | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrow)]` implied by `#[deny(clippy::all)]` Raw Output: tremor-codec/src/codec/avro.rs:156:35:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> tremor-codec/src/codec/avro.rs:156:35 | 156 | let value = value_to_avro(&v, &schema.items, resolver).await?; | ^^ help: change this to: `v` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow note: the lint level is defined here --> tremor-codec/src/lib.rs:21:5 | 21 | clippy::all, | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrow)]` implied by `#[deny(clippy::all)]` __END__
clippy-check: tremor-codec/src/codec/avro.rs#L176
[clippy] reported by reviewdog 🐶 error: this expression creates a reference which is immediately dereferenced by the compiler --> tremor-codec/src/codec/avro.rs:176:27 | 176 | value_to_avro(&v, &schema.types, resolver).await?, | ^^ help: change this to: `v` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow Raw Output: tremor-codec/src/codec/avro.rs:176:27:e:error: this expression creates a reference which is immediately dereferenced by the compiler --> tremor-codec/src/codec/avro.rs:176:27 | 176 | value_to_avro(&v, &schema.types, resolver).await?, | ^^ help: change this to: `v` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow __END__
Code Quality
Process completed with exit code 1.
clippy-check
The following actions uses node12 which is deprecated and will be forced to run on node16: scherermichael-oss/action-has-permission@1.0.6. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
clippy-check
The following actions use a deprecated Node.js version and will be forced to run on node20: scherermichael-oss/action-has-permission@1.0.6, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
clippy-check
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/