Set clippy lints in workspace (requires rust 1.74) (#2390)
We currently use a bit of a hack in `.cargo/config` to make sure that clippy isn't too annoying by specifying the list of lints. There is now a stable way to define lints for a workspace. The only down side is that every crate seems to have to opt into this so there's a *few* files modified in this PR. Dependencies: - [x] PR that upgrades CI to use rust 1.74 is merged. --------- Co-authored-by:joe petrowski <25483142+joepetrowski@users.noreply.github.com> Co-authored-by:
Branislav Kontur <bkontur@gmail.com> Co-authored-by:
Liam Aharon <liam.aharon@hotmail.com>
Showing
- .cargo/config.toml 0 additions, 34 deletions.cargo/config.toml
- .config/taplo.toml 1 addition, 1 deletion.config/taplo.toml
- .gitlab/pipeline/check.yml 3 additions, 1 deletion.gitlab/pipeline/check.yml
- Cargo.toml 28 additions, 0 deletionsCargo.toml
- bridges/bin/runtime-common/Cargo.toml 3 additions, 0 deletionsbridges/bin/runtime-common/Cargo.toml
- bridges/modules/grandpa/Cargo.toml 3 additions, 0 deletionsbridges/modules/grandpa/Cargo.toml
- bridges/modules/messages/Cargo.toml 3 additions, 0 deletionsbridges/modules/messages/Cargo.toml
- bridges/modules/parachains/Cargo.toml 3 additions, 0 deletionsbridges/modules/parachains/Cargo.toml
- bridges/modules/relayers/Cargo.toml 3 additions, 0 deletionsbridges/modules/relayers/Cargo.toml
- bridges/modules/xcm-bridge-hub-router/Cargo.toml 3 additions, 0 deletionsbridges/modules/xcm-bridge-hub-router/Cargo.toml
- bridges/modules/xcm-bridge-hub/Cargo.toml 3 additions, 0 deletionsbridges/modules/xcm-bridge-hub/Cargo.toml
- bridges/primitives/chain-asset-hub-rococo/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-asset-hub-rococo/Cargo.toml
- bridges/primitives/chain-asset-hub-westend/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-asset-hub-westend/Cargo.toml
- bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-bridge-hub-cumulus/Cargo.toml
- bridges/primitives/chain-bridge-hub-kusama/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-bridge-hub-kusama/Cargo.toml
- bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-bridge-hub-polkadot/Cargo.toml
- bridges/primitives/chain-bridge-hub-rococo/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-bridge-hub-rococo/Cargo.toml
- bridges/primitives/chain-bridge-hub-westend/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-bridge-hub-westend/Cargo.toml
- bridges/primitives/chain-kusama/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-kusama/Cargo.toml
- bridges/primitives/chain-polkadot-bulletin/Cargo.toml 3 additions, 0 deletionsbridges/primitives/chain-polkadot-bulletin/Cargo.toml
Please register or sign in to comment