refactor: enable TS strict mode #2160
Annotations
10 errors
src/cmds/categories/create.ts#L68
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/categories/index.ts#L24
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/docs/edit.ts#L58
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/docs/index.ts#L49
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/docs/prune.ts#L71
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/open.ts#L52
Argument of type 'undefined' is not assignable to parameter of type 'string'.
|
src/cmds/openapi/index.ts#L149
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
src/cmds/openapi/index.ts#L318
Argument of type 'Links | null' is not assignable to parameter of type 'ParsedDocs'.
|
src/cmds/openapi/reduce.ts#L206
'err' is of type 'unknown'.
|
src/cmds/versions/delete.ts#L32
Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
|
The logs for this run have expired and are no longer available.
Loading