build: 🔧 Configure runtime constants related to Proofs Dealer pallet … #2148
lint.yml
on: push
Check format with rustfmt
35s
Check lint with clippy
1m 29s
Check format with biome
14s
Check lint with biome
17s
Typecheck with tsc
19s
Annotations
4 warnings
Check lint with clippy:
pallets/randomness/src/benchmarking.rs#L8
bound is defined in more than one place
|
Check lint with clippy:
pallets/randomness/src/benchmarking.rs#L3
duplicated attribute
|
Check lint with clippy:
pallets/file-system/src/utils.rs#L69
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#L205
this loop never actually loops
|