Merge pull request #166 from rex4539/clippy #359
ci.yml
on: push
Bitrot check
7m 50s
Clippy (MSRV)
6m 35s
Clippy (beta)
11s
Code coverage
4m 15s
Intra-doc links
8m 37s
Rustfmt
9s
Matrix: build-latest
Matrix: test
Annotations
9 errors and 8 warnings
Clippy (beta)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Code coverage
Process completed with exit code 1.
|
this function has too many arguments (12/7):
zaino-state/src/config.rs#L83
error: this function has too many arguments (12/7)
--> zaino-state/src/config.rs:83:5
|
83 | / pub fn new(
84 | | validator_rpc_address: std::net::SocketAddr,
85 | | validator_rpc_user: Option<String>,
86 | | validator_rpc_password: Option<String>,
... |
95 | | no_db: bool,
96 | | ) -> Self {
| |_____________^
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
= note: `-D clippy::too-many-arguments` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::too_many_arguments)]`
|
empty doc comment:
zaino-state/src/local_cache/non_finalised_state.rs#L442
error: empty doc comment
--> zaino-state/src/local_cache/non_finalised_state.rs:442:5
|
442 | ///
| ^^^
|
= help: consider removing or filling it
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#empty_docs
= note: `-D clippy::empty-docs` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::empty_docs)]`
|
Clippy (MSRV)
Clippy had exited with the 101 exit code
|
Test on ubuntu-latest
Process completed with exit code 101.
|
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
|
Test on windows-latest
The operation was canceled.
|
Rustfmt
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (beta)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Code coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Clippy (MSRV)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Bitrot check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Latest build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Intra-doc links
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Test on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|