chore: upgrade to stable2407 #11
lint-pr.yml
on: pull_request_target
Validate PR title for conventional commit compliance
4s
Annotations
1 warning
this function has too many arguments (14/7):
node/src/service.rs#L221
warning: this function has too many arguments (14/7)
--> node/src/service.rs:221:1
|
221 | / fn start_consensus(
222 | | client: Arc<ParachainClient>,
223 | | backend: Arc<ParachainBackend>,
224 | | block_import: ParachainBlockImport,
... |
235 | | announce_block: Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>,
236 | | ) -> 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
|