Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Oct 9, 2023
1 parent 4fc7d9e commit 6027240
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/command-configs/__mocks__/fetchCommandsConfiguration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,7 @@ export const cmd: CommandConfigs = {
repos: ["cumulus", "polkadot-sdk"],
args: {
subcommand: { label: "Subcommand", type_one_of: ["pallet", "xcm"] },
runtime: {
label: "Runtime",
type_one_of: ["bridge-hub-rococo"],
},
runtime: { label: "Runtime", type_one_of: ["bridge-hub-rococo"] },
pallet: { label: "Pallet", type_rule: "^([a-z_]+)([:]{2}[a-z_]+)?$", example: "pallet_name" },
runtime_dir: { label: "Runtime Dir", type_string: "bridge-hubs" },
target_dir: { label: "Target Directory", type_string: "cumulus" },
Expand Down

0 comments on commit 6027240

Please sign in to comment.