chore: upgrade to stable2407 #10
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#L219
warning: this function has too many arguments (14/7)
--> node/src/service.rs:219:1
|
219 | / fn start_consensus(
220 | | client: Arc<ParachainClient>,
221 | | backend: Arc<ParachainBackend>,
222 | | block_import: ParachainBlockImport,
... |
233 | | announce_block: Arc<dyn Fn(Hash, Option<Vec<u8>>) + Send + Sync>,
234 | | ) -> 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
|