Remove workspace lints from templates (#4598)
This detaches the templates from monorepo's workspace lints, so the lints for the templates can evolve separately as needed. Currently the templates [re-use the monorepo's lints](https://github.com/paritytech/polkadot-sdk-minimal-template/blob/bd8afe66ec566d61f36b0e3d731145741a9e9e19/Cargo.toml#L16-L43) which looks weird. cc @Kianenigma @gupnik
Showing
- .github/workflows/misc-sync-templates.yml 0 additions, 2 deletions.github/workflows/misc-sync-templates.yml
- templates/minimal/Cargo.toml 0 additions, 3 deletionstemplates/minimal/Cargo.toml
- templates/minimal/node/Cargo.toml 0 additions, 3 deletionstemplates/minimal/node/Cargo.toml
- templates/minimal/node/src/cli.rs 1 addition, 1 deletiontemplates/minimal/node/src/cli.rs
- templates/minimal/node/src/service.rs 1 addition, 1 deletiontemplates/minimal/node/src/service.rs
- templates/minimal/pallets/template/Cargo.toml 0 additions, 3 deletionstemplates/minimal/pallets/template/Cargo.toml
- templates/minimal/runtime/Cargo.toml 0 additions, 3 deletionstemplates/minimal/runtime/Cargo.toml
- templates/parachain/node/Cargo.toml 0 additions, 3 deletionstemplates/parachain/node/Cargo.toml
- templates/parachain/node/src/cli.rs 1 addition, 0 deletionstemplates/parachain/node/src/cli.rs
- templates/parachain/node/src/command.rs 4 additions, 6 deletionstemplates/parachain/node/src/command.rs
- templates/parachain/node/src/service.rs 1 addition, 0 deletionstemplates/parachain/node/src/service.rs
- templates/parachain/pallets/template/Cargo.toml 0 additions, 3 deletionstemplates/parachain/pallets/template/Cargo.toml
- templates/parachain/pallets/template/src/benchmarking.rs 1 addition, 1 deletiontemplates/parachain/pallets/template/src/benchmarking.rs
- templates/parachain/runtime/Cargo.toml 0 additions, 3 deletionstemplates/parachain/runtime/Cargo.toml
- templates/solochain/node/Cargo.toml 0 additions, 3 deletionstemplates/solochain/node/Cargo.toml
- templates/solochain/node/src/command.rs 1 addition, 1 deletiontemplates/solochain/node/src/command.rs
- templates/solochain/pallets/template/Cargo.toml 0 additions, 3 deletionstemplates/solochain/pallets/template/Cargo.toml
- templates/solochain/pallets/template/src/benchmarking.rs 1 addition, 1 deletiontemplates/solochain/pallets/template/src/benchmarking.rs
- templates/solochain/runtime/Cargo.toml 0 additions, 3 deletionstemplates/solochain/runtime/Cargo.toml
Please register or sign in to comment