Skip to content

[WIP] Separate commands implementation from specific CLI args parser. #2475

[WIP] Separate commands implementation from specific CLI args parser.

[WIP] Separate commands implementation from specific CLI args parser. #2475

Triggered via pull request December 8, 2023 22:44
Status Failure
Total duration 1m 6s
Artifacts

ci.yml

on: pull_request
Dependaban
8s
Dependaban
Verify signatures and provenance statements
34s
Verify signatures and provenance statements
Matrix: checks
Matrix: Run tests
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 10 warnings
Check formatting
Process completed with exit code 1.
Check formatting
The job was canceled because "Check_formatting_format_2" failed.
Check formatting
Process completed with exit code 1.
Type Checker
The job was canceled because "Check_formatting_format_2" failed.
Type Checker
The operation was canceled.
Lint
The job was canceled because "Check_formatting_format_2" failed.
Lint: src/commands/app.ts#L3
There should be no empty line within import group
Lint: src/commands/app.ts#L5
`../lib/tracker` import should occur after import of `../lib/cli/format`
Lint: src/commands/app.ts#L42
Invalid type "unknown" of template literal expression
Lint: src/commands/app.ts#L51
Invalid type "unknown" of template literal expression
Lint: src/commands/app.ts#L85
Replace `"table"` with `'table'`
Lint: src/lib/base-command.ts#L8
`./command-registry` import should occur before import of `../lib/cli/envAlias`
Lint: src/lib/base-command.ts#L9
`./tracker` import should occur before import of `../lib/cli/envAlias`
Lint: src/lib/base-command.ts#L11
There should be at least one empty line between import groups
Lint: src/lib/base-command.ts#L12
`commander` import should occur before import of `debug`
Lint: src/lib/base-command.ts#L58
Useless constructor
Lint: src/bin/vip-wp.js#L111
'cancelCommand' is assigned a value but never used
Lint: src/commands/app.ts#L8
'formatSearchReplaceValues' is defined but never used
Lint: src/commands/app.ts#L8
'formatSearchReplaceValues' is defined but never used
Lint: src/commands/app.ts#L10
'CommandOption' is defined but never used
Lint: src/commands/app.ts#L10
'CommandOption' is defined but never used
Lint: src/commands/example-command.ts#L33
'opts' is defined but never used. Allowed unused args must match /^_/u
Lint: src/commands/example-command.ts#L56
'opts' is defined but never used. Allowed unused args must match /^_/u
Lint: src/commands/example-command.ts#L56
'args' is defined but never used. Allowed unused args must match /^_/u
Lint: src/commands/example-command.ts#L77
'opts' is defined but never used. Allowed unused args must match /^_/u
Lint: src/commands/example-command.ts#L77
'args' is defined but never used. Allowed unused args must match /^_/u