Skip to content

feat: Penalize BSP for stop storing a file and transfer to Treasury a… #3

feat: Penalize BSP for stop storing a file and transfer to Treasury a…

feat: Penalize BSP for stop storing a file and transfer to Treasury a… #3

Triggered via push November 7, 2024 09:41
Status Success
Total duration 18m 20s
Artifacts

lint.yml

on: push
Check format with rustfmt
1m 20s
Check format with rustfmt
Check lint with clippy
18m 8s
Check lint with clippy
Check format with biome
23s
Check format with biome
Check lint with biome
25s
Check lint with biome
Typecheck with tsc
32s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

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