Skip to content

Merge pull request #155 from spacemeshos/fix-watch-pid-termination #572

Merge pull request #155 from spacemeshos/fix-watch-pid-termination

Merge pull request #155 from spacemeshos/fix-watch-pid-termination #572

Triggered via push November 24, 2023 13:24
Status Success
Total duration 25s
Artifacts

audit.yml

on: push
security_audit
15s
security_audit
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
security_audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/audit-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/
security_audit
1 warnings found!
security_audit
Unknown warning kind unsound found, please, file a bug
unneeded `return` statement: service/src/main.rs#L240
warning: unneeded `return` statement --> service/src/main.rs:240:13 | 240 | return err.unwrap(); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
unneeded `return` statement: service/src/main.rs#L236
warning: unneeded `return` statement --> service/src/main.rs:236:13 | 236 | return Ok(()) | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 236 | Ok(()) |
unneeded `return` statement: service/src/main.rs#L240
warning: unneeded `return` statement --> service/src/main.rs:240:13 | 240 | return err.unwrap(); | ^^^^^^^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return
unneeded `return` statement: service/src/main.rs#L236
warning: unneeded `return` statement --> service/src/main.rs:236:13 | 236 | return Ok(()) | ^^^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_return = note: `#[warn(clippy::needless_return)]` on by default help: remove `return` | 236 | Ok(()) |