Skip to content

Release: v0.2.2

Release: v0.2.2 #388

Triggered via push November 10, 2023 14:17
Status Failure
Total duration 2m 47s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 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
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/