Enforce consistent and correct toml formatting (#2518)
Using taplo, fixes all our broken and inconsistent toml formatting and adds CI to keep them tidy. If people want we can customise the format rules as described here https://taplo.tamasfe.dev/configuration/formatter-options.html @ggwpez , I suggest zepter is used only for checking features are propagated, and leave formatting for taplo to avoid duplicate work and conflicts. TODO - [x] Use `exclude = [...]` syntax in taplo file to ignore zombienet tests instead of deleting the dir --------- Signed-off-by:Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by:
Bastian Köcher <git@kchr.de>
Showing
- .cargo/config.toml 26 additions, 26 deletions.cargo/config.toml
- .config/lychee.toml 28 additions, 28 deletions.config/lychee.toml
- .config/taplo.toml 33 additions, 0 deletions.config/taplo.toml
- .config/zepter.yaml 1 addition, 4 deletions.config/zepter.yaml
- .gitlab/pipeline/check.yml 10 additions, 0 deletions.gitlab/pipeline/check.yml
- .gitlab/spellcheck.toml 9 additions, 9 deletions.gitlab/spellcheck.toml
- Cargo.toml 14 additions, 14 deletionsCargo.toml
- bridges/bin/runtime-common/Cargo.toml 2 additions, 2 deletionsbridges/bin/runtime-common/Cargo.toml
- bridges/modules/grandpa/Cargo.toml 1 addition, 1 deletionbridges/modules/grandpa/Cargo.toml
- bridges/modules/messages/Cargo.toml 1 addition, 1 deletionbridges/modules/messages/Cargo.toml
- bridges/modules/parachains/Cargo.toml 1 addition, 1 deletionbridges/modules/parachains/Cargo.toml
- bridges/modules/relayers/Cargo.toml 1 addition, 1 deletionbridges/modules/relayers/Cargo.toml
- bridges/modules/xcm-bridge-hub-router/Cargo.toml 1 addition, 1 deletionbridges/modules/xcm-bridge-hub-router/Cargo.toml
- bridges/primitives/chain-asset-hub-rococo/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-asset-hub-rococo/Cargo.toml
- bridges/primitives/chain-asset-hub-westend/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-asset-hub-westend/Cargo.toml
- bridges/primitives/chain-bridge-hub-cumulus/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-bridge-hub-cumulus/Cargo.toml
- bridges/primitives/chain-bridge-hub-kusama/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-bridge-hub-kusama/Cargo.toml
- bridges/primitives/chain-bridge-hub-polkadot/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-bridge-hub-polkadot/Cargo.toml
- bridges/primitives/chain-bridge-hub-rococo/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-bridge-hub-rococo/Cargo.toml
- bridges/primitives/chain-bridge-hub-westend/Cargo.toml 1 addition, 1 deletionbridges/primitives/chain-bridge-hub-westend/Cargo.toml
Please register or sign in to comment