Encrypt the communication between agent & frontend. #60
Annotations
10 errors and 1 warning
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/functions/jsonUtils.ts#L7
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":7,"column":46,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":7,"endColumn":49,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[170,173],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[170,173],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/functions/jsonUtils.ts#L7
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":7,"column":52,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":7,"endColumn":55,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[176,179],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[176,179],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/functions/jsonUtils.ts#L17
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":17,"column":45,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":17,"endColumn":48,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[380,383],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[380,383],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/functions/jsonUtils.ts#L17
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":17,"column":51,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":17,"endColumn":54,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[386,389],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[386,389],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/functions/jsonUtils.ts#L29
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":29,"column":36,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":29,"endColumn":39,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[673,676],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[673,676],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/functions/jsonUtils.ts#L33
[eslint] reported by reviewdog 🐶
Unexpected any. Specify a different type.
Raw Output:
{"ruleId":"@typescript-eslint/no-explicit-any","severity":2,"message":"Unexpected any. Specify a different type.","line":33,"column":31,"nodeType":"TSAnyKeyword","messageId":"unexpectedAny","endLine":33,"endColumn":34,"suggestions":[{"messageId":"suggestUnknown","fix":{"range":[767,770],"text":"unknown"},"desc":"Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct."},{"messageId":"suggestNever","fix":{"range":[767,770],"text":"never"},"desc":"Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of."}]}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/models/RelayConnection.ts#L46
[eslint] reported by reviewdog 🐶
'f2a' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'f2a' is never reassigned. Use 'const' instead.","line":46,"column":9,"nodeType":"Identifier","messageId":"useConst","endLine":46,"endColumn":12,"fix":{"range":[1609,1685],"text":"const f2a = await payload.toFlatbuffersEncrypted(this.runner.cryptographer());"}}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/models/RelayConnection.ts#L65
[eslint] reported by reviewdog 🐶
'tb' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'tb' is never reassigned. Use 'const' instead.","line":65,"column":9,"nodeType":"Identifier","messageId":"useConst","endLine":65,"endColumn":11,"fix":{"range":[2390,2426],"text":"const tb = TerminalInputBuilder.new();"}}
|
Run reviewdog/action-eslint@v1:
frontend/src/scripts/client/models/RelayConnection.ts#L66
[eslint] reported by reviewdog 🐶
'input_' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'input_' is never reassigned. Use 'const' instead.","line":66,"column":9,"nodeType":"Identifier","messageId":"useConst","endLine":66,"endColumn":15,"fix":{"range":[2431,2487],"text":"const input_ = tb.buildResize(cols, rows).toFlatbuffers();"}}
|
Run reviewdog/action-eslint@v1
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
Run reviewdog/action-eslint@v1
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|
Loading