Skip to content

test: added BSP delete file test #1870

test: added BSP delete file test

test: added BSP delete file test #1870

Triggered via pull request October 31, 2024 10:54
Status Success
Total duration 1m 33s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
22s
Check format with rustfmt
Check lint with clippy
1m 23s
Check lint with clippy
Check format with biome
21s
Check format with biome
Check lint with biome
16s
Check lint with biome
Typecheck with tsc
20s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
Check lint with clippy: pallets/providers/src/utils.rs#L334
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
Check lint with clippy: pallets/file-system/src/utils.rs#L76
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/payment-streams/src/utils.rs#L872
using `clone` on type `<<T as Config>::ProvidersPallet as ReadProvidersInterface>::ProviderId` which implements the `Copy` trait
Check lint with clippy: pallets/file-system/src/utils.rs#L76
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: node/src/tasks/user_sends_file.rs#L194
this loop never actually loops