Add soft
error detection
#56
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
build.yml
on: push
Check
1m 8s
Test Suite
1m 46s
Lints
1m 32s
Code coverage
2m 24s
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 |
|