Skip to content

feat: MSPs add value propositions #1795

feat: MSPs add value propositions

feat: MSPs add value propositions #1795

Triggered via pull request October 17, 2024 15:12
Status Success
Total duration 1m 41s
Artifacts

lint.yml

on: pull_request
Check format with rustfmt
21s
Check format with rustfmt
Check lint with clippy
1m 28s
Check lint with clippy
Check format with biome
17s
Check format with biome
Check lint with biome
24s
Check lint with biome
Typecheck with tsc
26s
Typecheck with tsc
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Check lint with biome
Failed to restore: Cache service responded with 429
Typecheck with tsc
Failed to restore: Cache service responded with 429
Check lint with clippy: pallets/providers/src/utils.rs#L332
using `clone` on type `<T as Config>::StorageDataUnit` which implements the `Copy` trait
Check lint with clippy: pallets/file-system/src/utils.rs#L71
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#L71
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