[WIP] Separate commands implementation from specific CLI args parser. #2483
Annotations
11 errors and 10 warnings
|
src/commands/app.ts#L3
There should be no empty line within import group
|
src/commands/app.ts#L5
`../lib/tracker` import should occur after import of `../lib/cli/format`
|
src/commands/app.ts#L34
Replace `arg[0]` with `·arg[·0·]·`
|
src/commands/app.ts#L43
Invalid type "unknown" of template literal expression
|
src/commands/app.ts#L52
Invalid type "unknown" of template literal expression
|
src/lib/base-command.ts#L6
`commander` import should occur before import of `debug`
|
src/lib/base-command.ts#L9
`./cli/config` import should occur before import of `./command-registry`
|
src/lib/base-command.ts#L11
`./cli/envAlias` import should occur before import of `./command-registry`
|
src/lib/base-command.ts#L66
Useless constructor
|
src/lib/base-command.ts#L91
Unsafe return of an `any` typed value
|
src/bin/vip-wp.js#L111
'cancelCommand' is assigned a value but never used
|
src/commands/app.ts#L8
'formatData' is defined but never used
|
src/commands/app.ts#L8
'formatData' is defined but never used
|
src/commands/app.ts#L8
'formatSearchReplaceValues' is defined but never used
|
src/commands/app.ts#L8
'formatSearchReplaceValues' is defined but never used
|
src/commands/app.ts#L10
'CommandOption' is defined but never used
|
src/commands/app.ts#L10
'CommandOption' is defined but never used
|
src/commands/example-command.ts#L33
'opts' is defined but never used. Allowed unused args must match /^_/u
|
src/commands/example-command.ts#L56
'opts' is defined but never used. Allowed unused args must match /^_/u
|
src/commands/example-command.ts#L56
'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