Skip to content

Release: v0.2.2 (#135) #389

Release: v0.2.2 (#135)

Release: v0.2.2 (#135) #389

Triggered via push November 10, 2023 14:21
Status Failure
Total duration 1m 47s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
redundant redefinition of a binding: src/commands/edge_app_server.rs#L31
error: redundant redefinition of a binding --> src/commands/edge_app_server.rs:31:9 | 31 | let dir_path = Arc::new(path.to_path_buf()); | ^^^^^^^^ ... 56 | let dir_path = dir_path; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `dir_path` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
Lint code base
Clippy had exited with the 101 exit code
redundant redefinition of a binding: src/commands/edge_app_server.rs#L31
error: redundant redefinition of a binding --> src/commands/edge_app_server.rs:31:9 | 31 | let dir_path = Arc::new(path.to_path_buf()); | ^^^^^^^^ ... 56 | let dir_path = dir_path; | ^^^^^^^^^^^^^^^^^^^^^^^^ | = help: remove the redefinition of `dir_path` = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_locals = note: `#[deny(clippy::redundant_locals)]` on by default
Lint code base
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/