Merge pull request #643 from zcash/wallet-db-hardening #1549
lints.yml
on: push
Matrix: hadolint
Clippy (MSRV)
17m 43s
Intra-doc links
21m 24s
Rustfmt
13s
Shellcheck
6s
Clippy (beta)
17m 21s
Required lints have passed
4s
Annotations
4 warnings
|
Clippy (beta)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: auguwu/clippy-action@94a9ff2f6920180b89e5c03d121d0af04a9d3e03. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
useless use of `format!`:
zallet-core/src/lib.rs#L363
warning: useless use of `format!`
--> zallet-core/src/components/json_rpc/methods/z_send_many.rs:363:25
|
363 | bound = format!("N >= %u"),
| ^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `"N >= %u".to_string()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#useless_format
= note: `-W clippy::useless-format` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::useless_format)]`
|
|
useless use of `format!`:
zallet-core/src/lib.rs#L363
warning: useless use of `format!`
--> zallet-core/src/components/json_rpc/methods/z_send_many.rs:363:25
|
363 | bound = format!("N >= %u"),
| ^^^^^^^^^^^^^^^^^^ help: consider using `.to_string()`: `"N >= %u".to_string()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/beta/index.html#useless_format
= note: `-W clippy::useless-format` implied by `-W clippy::all`
= help: to override `-W clippy::all` add `#[allow(clippy::useless_format)]`
|
|
Clippy (MSRV)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: auguwu/clippy-action@94a9ff2f6920180b89e5c03d121d0af04a9d3e03. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|