feat: add support to custom repository info #188
Annotations
10 errors
test:
bin/commands/diff.ts#L13
Parameter 'program' implicitly has an 'any' type.
|
test:
bin/commands/diff.ts#L20
Parameter 'options' implicitly has an 'any' type.
|
test:
bin/commands/diff.ts#L70
Parameter 'm' implicitly has an 'any' type.
|
test:
bin/commands/diff.ts#L73
'occurrence' is of type 'unknown'.
|
test:
bin/commands/diff.ts#L73
'occurrence' is of type 'unknown'.
|
test:
bin/commands/diff.ts#L100
Parameter 'occurrence' implicitly has an 'any' type.
|
test:
bin/commands/init.ts#L9
Parameter 'program' implicitly has an 'any' type.
|
test:
bin/commands/init.ts#L28
Type 'string | RevalidatorSchema' is not assignable to type 'string | null'.
|
test:
bin/commands/init.ts#L30
Argument of type 'string | null' is not assignable to parameter of type 'string'.
|
test:
bin/commands/run.ts#L20
Parameter 'program' implicitly has an 'any' type.
|