chore: upgrade to stable2407 #6
lint-pr.yml
on: pull_request_target
Validate PR title for conventional commit compliance
3s
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
|