[WIP] Separate commands implementation from specific CLI args parser. #2475
Annotations
11 errors and 10 warnings
|
Run lint:
src/commands/app.ts#L3
There should be no empty line within import group
|
Run lint:
src/commands/app.ts#L5
`../lib/tracker` import should occur after import of `../lib/cli/format`
|
Run lint:
src/commands/app.ts#L42
Invalid type "unknown" of template literal expression
|
Run lint:
src/commands/app.ts#L51
Invalid type "unknown" of template literal expression
|
Run lint:
src/commands/app.ts#L85
Replace `"table"` with `'table'`
|
Run lint:
src/lib/base-command.ts#L8
`./command-registry` import should occur before import of `../lib/cli/envAlias`
|
Run lint:
src/lib/base-command.ts#L9
`./tracker` import should occur before import of `../lib/cli/envAlias`
|
Run lint:
src/lib/base-command.ts#L11
There should be at least one empty line between import groups
|
Run lint:
src/lib/base-command.ts#L12
`commander` import should occur before import of `debug`
|
Run lint:
src/lib/base-command.ts#L58
Useless constructor
|
Run lint:
src/bin/vip-wp.js#L111
'cancelCommand' is assigned a value but never used
|
Run lint:
src/commands/app.ts#L8
'formatSearchReplaceValues' is defined but never used
|
Run lint:
src/commands/app.ts#L8
'formatSearchReplaceValues' is defined but never used
|
Run lint:
src/commands/app.ts#L10
'CommandOption' is defined but never used
|
Run lint:
src/commands/app.ts#L10
'CommandOption' is defined but never used
|
Run lint:
src/commands/example-command.ts#L33
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L56
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L56
'args' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L77
'opts' is defined but never used. Allowed unused args must match /^_/u
|
Run lint:
src/commands/example-command.ts#L77
'args' is defined but never used. Allowed unused args must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading