Skip to content

chore: upgrade to stable2407 #6

chore: upgrade to stable2407

chore: upgrade to stable2407 #6

Triggered via pull request November 4, 2024 10:05
@AlexD10SAlexD10S
opened #14
Status Success
Total duration 11s
Artifacts

lint-pr.yml

on: pull_request_target
Validate PR title for conventional commit compliance
3s
Validate PR title for conventional commit compliance
Fit to window
Zoom out
Zoom in

Annotations

1 warning
this function has too many arguments (13/7): node/src/service.rs#L492
warning: this function has too many arguments (13/7) --> node/src/service.rs:492:1 | 492 | / fn start_consensus( 493 | | client: Arc<ParachainClient>, 494 | | #[cfg(feature = "async-backing")] backend: Arc<ParachainBackend>, 495 | | block_import: ParachainBlockImport, ... | 506 | | announce_block: Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>, 507 | | ) -> Result<(), sc_service::Error> { | |__________________________________^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments = note: `#[warn(clippy::too_many_arguments)]` on by default