Skip to content

Add soft error detection #56

Add soft error detection

Add soft error detection #56

Triggered via push October 2, 2023 04:27
Status Failure
Total duration 2m 35s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

2 errors
length comparison to zero: src/mitaffald/mod.rs#L85
error: length comparison to zero --> src/mitaffald/mod.rs:85:8 | 85 | if matches.len() > 0 { | ^^^^^^^^^^^^^^^^^ help: using `!is_empty` is clearer and more explicit: `!matches.is_empty()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#len_zero = note: `-D clippy::len-zero` implied by `-D warnings`
Lints
Clippy has exited with exit code 101

Artifacts

Produced during runtime
Name Size
code-coverage-report Expired
281 KB