add the SEED token to the x-bridge webapp config (#10) #59
Trunk Check
Checked 229 files
✖ 19 unformatted files
✖ 121 lint issues (9 auto-fixable)
Details
To reproduce and test locally, run:
trunk check
For help resolving these issues, see our docs on running on PRs or debugging Trunk Check
Annotations
Check warning on line 17 in bridge-validators/src/client.rs
github-actions / Trunk Check
clippy(dead_code)
field `chain_gateway_block_deployed` is never read
Check warning on line 49 in bridge-web/Dockerfile
github-actions / Trunk Check
hadolint(SC3010)
In POSIX sh, [[ ]] is undefined.
Check notice on line 34 in bridge-web/README.md
github-actions / Trunk Check
markdownlint(MD013)
Line length
Check notice on line 22 in bridge-web/README.md
github-actions / Trunk Check
markdownlint(MD013)
Line length
Check notice on line 40 in bridge-web/README.md
github-actions / Trunk Check
markdownlint(MD013)
Line length
Check notice on line 28 in bridge-web/README.md
github-actions / Trunk Check
markdownlint(MD013)
Line length
Check warning on line 190 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(unused_variables)
unused variable: `data`
Check warning on line 23 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(unused_imports)
unused import: `debug`
Check warning on line 4 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(unused_imports)
unused import: `anyhow`
Check warning on line 32 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(dead_code)
struct `Behaviour` is never constructed
Check warning on line 217 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(useless_conversion)
useless conversion to the same type: `anyhow::Error`
Check warning on line 189 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(unused_variables)
unused variable: `message_type`
Check warning on line 6 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(unused_imports)
unused imports: `IdentTopic`, `MessageAuthenticity`, `SwarmEvent`, `Swarm`, `Transport`, `core::upgrade`, `multiaddr::Multiaddr`, `noise`, `self`, `tcp`, `yamux`
Check warning on line 39 in bridge-validators/src/p2p_node.rs
github-actions / Trunk Check
clippy(dead_code)
field `bridge_outbound_message_sender` is never read
Check warning on line 26 in bridge-validators/src/validator_node.rs
github-actions / Trunk Check
clippy(dead_code)
field `bootstrap_address` is never read
Check warning on line 143 in bridge-validators/src/validator_node.rs
github-actions / Trunk Check
clippy(useless_conversion)
useless conversion to the same type: `anyhow::Error`