fix: 🚑 make it so is_in_bucket is consistent across same file key records
#4882
lint.yml
on: pull_request
Check format with rustfmt
35s
Check lint with clippy
1m 36s
Check format with biome
25s
Check lint with biome
35s
Typecheck with tsc
36s
Annotations
10 warnings
|
Check lint with clippy:
precompiles/pallet-file-system/src/lib.rs#L268
useless conversion to the same type: `sp_core::H256`
|
|
Check lint with clippy:
precompiles/pallet-file-system/src/lib.rs#L267
useless conversion to the same type: `sp_core::H256`
|
|
Check lint with clippy:
precompiles/pallet-file-system/src/lib.rs#L257
using `clone` on type `H256` which implements the `Copy` trait
|
|
Check lint with clippy:
precompiles/pallet-file-system/src/lib.rs#L256
using `clone` on type `H256` which implements the `Copy` trait
|
|
Check lint with clippy:
precompiles/pallet-file-system/src/lib.rs#L221
using `clone` on type `H256` which implements the `Copy` trait
|
|
Check lint with clippy:
pallets/provider-randomness/src/lib.rs#L282
useless conversion to the same type: `frame_support::dispatch::PostDispatchInfo`
|
|
Check lint with clippy:
pallets/provider-randomness/src/lib.rs#L282
useless conversion to the same type: `sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>`
|
|
Check lint with clippy:
pallets/randomness/src/lib.rs#L111
useless conversion to the same type: `frame_support::dispatch::PostDispatchInfo`
|
|
Check lint with clippy:
pallets/randomness/src/lib.rs#L111
useless conversion to the same type: `sp_runtime::DispatchErrorWithPostInfo<frame_support::dispatch::PostDispatchInfo>`
|
|
Check lint with clippy:
pallets/randomness/src/benchmarking.rs#L6
bound is defined in more than one place
|