feat: Penalize BSP for stop storing a file and transfer to Treasury a… #3
lint.yml
on: push
Check format with rustfmt
1m 20s
Check lint with clippy
18m 8s
Check format with biome
23s
Check lint with biome
25s
Typecheck with tsc
32s
Annotations
8 warnings
Check lint with clippy:
pallets/payment-streams/src/utils.rs#L904
using `clone` on type `<<T as Config>::ProvidersPallet as ReadProvidersInterface>::ProviderId` which implements the `Copy` trait
|
Check lint with clippy:
pallets/proofs-dealer/src/benchmark_proofs.rs#L18
function `fetch_proof` is never used
|
Check lint with clippy:
pallets/proofs-dealer/src/benchmark_proofs.rs#L45
function `fetch_challenges` is never used
|
Check lint with clippy:
pallets/providers/src/utils.rs#L336
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L75
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L75
the use of negated comparison operators on partially ordered types produces code that is hard to read and refactor, please consider using the `partial_cmp` method instead, to make it clear that the two values could be incomparable
|
Check lint with clippy:
client/rpc/src/lib.rs#L467
useless use of `format!`
|
Check lint with clippy:
node/src/tasks/user_sends_file.rs#L194
this loop never actually loops
|