feat(github-workflow): add auto-create-pr hook #434
Annotations
2 errors and 10 warnings
|
test
Process completed with exit code 1.
|
|
test
@r_masseater/ops-harbor#test: command (/home/runner/work/claude-code-plugin/claude-code-plugin/apps/ops-harbor) /home/runner/.bun/bin/bun run test --coverage exited (1)
|
|
eslint(no-empty-pattern):
src/git.test.ts#L8
Empty object binding pattern
|
|
eslint(no-await-in-loop):
hooks/entry/send-discord.ts#L48
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
src/lib/github.ts#L108
Unexpected `await` inside a loop.
|
|
eslint(no-shadow):
hooks/lint-config-file.test.ts#L4
'capturedHookDef' is already declared in the upper scope.
|
|
eslint(no-await-in-loop):
hooks/entry/auto-ci-watch.ts#L107
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
hooks/entry/auto-ci-watch.ts#L92
Unexpected `await` inside a loop.
|
|
eslint(no-await-in-loop):
hooks/entry/auto-ci-watch.ts#L90
Unexpected `await` inside a loop.
|
|
eslint-plugin-unicorn(consistent-function-scoping):
hooks/suggest-actions-update.test.ts#L152
Function `workflow` does not capture any variables from its parent scope
|
|
eslint-plugin-unicorn(consistent-function-scoping):
hooks/auto-create-pr.test.ts#L252
Function `createReadableStream` does not capture any variables from its parent scope
|
|
eslint-plugin-unicorn(consistent-function-scoping):
hooks/auto-create-pr.test.ts#L188
Function `createReadableStream` does not capture any variables from its parent scope
|