Attempt with hardcoded values #19
Annotations
9 errors and 6 warnings
Lint Codebase:
src/api/git.ts#L5
'parsePatch' is defined but never used
|
Lint Codebase:
src/api/git.ts#L5
ParsedDiff not found in 'diff'
|
Lint Codebase:
src/api/git.ts#L5
'ParsedDiff' is defined but never used
|
Lint Codebase:
src/api/github.ts#L20
'repoOwner' is defined but never used
|
Lint Codebase:
src/api/github.ts#L21
'repoName' is defined but never used
|
Lint Codebase:
src/api/github.ts#L22
'runId' is defined but never used
|
Lint Codebase:
src/api/github.ts#L98
Unexpected any. Specify a different type
|
Lint Codebase:
src/main.ts#L52
'errors' is assigned a value but never used
|
Lint Codebase:
src/main.ts#L53
'fixes' is assigned a value but never used
|
Lint Codebase:
.devcontainer/devcontainer.json#L1
File ignored by default.
|
Lint Codebase:
.github/linters/tsconfig.json#L1
File ignored by default.
|
Lint Codebase:
.prettierrc.json#L1
File ignored by default.
|
Lint Codebase:
src/main.ts#L69
Expected a `for-of` loop instead of a `for` loop with this simple iteration
|
Lint Codebase:
src/main.ts#L79
Expected a `for-of` loop instead of a `for` loop with this simple iteration
|
Lint Codebase:
src/utils/log_handler.ts#L61
Forbidden non-null assertion
|