remove unused FileClickMessage #60
node.js.yml
on: push
lint-commits
9s
Matrix: lint-duplicate-code
Matrix: lint
Matrix: test macOS
Matrix: test Web
Matrix: test Windows
Annotations
5 errors
lint (18.x, stable):
packages/core/src/codewhispererChat/app.ts#L119
Replace `⏎············cwChatControllerEventEmitters.processFileClick⏎········` with `cwChatControllerEventEmitters.processFileClick`
|
lint (18.x, stable):
packages/core/src/codewhispererChat/app.ts#L184
Replace `⏎············cwChatControllerEventEmitters.processFileClick⏎········` with `cwChatControllerEventEmitters.processFileClick`
|
lint (18.x, stable):
packages/core/src/codewhispererChat/controllers/chat/controller.ts#L570
'session' is never reassigned. Use 'const' instead
|
lint (18.x, stable):
packages/core/src/codewhispererChat/controllers/chat/controller.ts#L960
Use `for…of` instead of `.forEach(…)`
|
lint (18.x, stable)
Process completed with exit code 1.
|