Redesign the flatbuffers schema to prepare for encrypted payloads. #48
Annotations
10 errors and 1 warning
eslint:
frontend/src/scripts/client/functions/formatPtyOutput.ts#L27
[eslint] reported by reviewdog 🐶
'formatPtyOutput' is defined but never used.
Raw Output:
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'formatPtyOutput' is defined but never used.","line":27,"column":10,"nodeType":null,"messageId":"unusedVar","endLine":27,"endColumn":25}
|
eslint:
frontend/src/scripts/client/functions/formatPtyOutput.ts#L40
[eslint] reported by reviewdog 🐶
'_' is defined but never used.
Raw Output:
{"ruleId":"@typescript-eslint/no-unused-vars","severity":2,"message":"'_' is defined but never used.","line":40,"column":14,"nodeType":null,"messageId":"unusedVar","endLine":40,"endColumn":15}
|
eslint:
frontend/src/scripts/client/functions/processA2f.ts#L31
[eslint] reported by reviewdog 🐶
'preamble' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'preamble' is never reassigned. Use 'const' instead.","line":31,"column":11,"nodeType":"Identifier","messageId":"useConst","endLine":31,"endColumn":19,"fix":{"range":[989,1084],"text":"const preamble = payload.plainMessage(new A2fPlainAuthPreamble()) as A2fPlainAuthPreamble | null;"}}
|
eslint:
frontend/src/scripts/client/functions/processA2f.ts#L34
[eslint] reported by reviewdog 🐶
'preambleResp' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'preambleResp' is never reassigned. Use 'const' instead.","line":34,"column":11,"nodeType":"Identifier","messageId":"useConst","endLine":34,"endColumn":23,"fix":{"range":[1161,1197],"text":"const preambleResp = F2aBuilder.new();"}}
|
eslint:
frontend/src/scripts/client/functions/processA2f.ts#L38
[eslint] reported by reviewdog 🐶
'result' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'result' is never reassigned. Use 'const' instead.","line":38,"column":11,"nodeType":"Identifier","messageId":"useConst","endLine":38,"endColumn":17,"fix":{"range":[1326,1415],"text":"const result = payload.plainMessage(new A2fPlainAuthResult()) as A2fPlainAuthResult | null;"}}
|
eslint:
frontend/src/scripts/client/functions/processA2f.ts#L41
[eslint] reported by reviewdog 🐶
'resp' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'resp' is never reassigned. Use 'const' instead.","line":41,"column":11,"nodeType":"Identifier","messageId":"useConst","endLine":41,"endColumn":15,"fix":{"range":[1493,1521],"text":"const resp = F2aBuilder.new();"}}
|
eslint:
frontend/src/scripts/client/functions/processA2f.ts#L59
[eslint] reported by reviewdog 🐶
'message' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'message' is never reassigned. Use 'const' instead.","line":59,"column":7,"nodeType":"Identifier","messageId":"useConst","endLine":59,"endColumn":14,"fix":{"range":[1963,2009],"text":"const message = readA2fEncryptedRoot(decrypted);"}}
|
eslint:
frontend/src/scripts/client/functions/processR2f.ts#L10
[eslint] reported by reviewdog 🐶
'fromAgent' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'fromAgent' is never reassigned. Use 'const' instead.","line":10,"column":11,"nodeType":"Identifier","messageId":"useConst","endLine":10,"endColumn":20,"fix":{"range":[504,585],"text":"const fromAgent = relayRoot.rootPayload(new R2fFromAgent()) as R2fFromAgent | null;"}}
|
eslint:
frontend/src/scripts/client/functions/processR2f.ts#L11
[eslint] reported by reviewdog 🐶
'data' is never reassigned. Use 'const' instead.
Raw Output:
{"ruleId":"prefer-const","severity":2,"message":"'data' is never reassigned. Use 'const' instead.","line":11,"column":11,"nodeType":"Identifier","messageId":"useConst","endLine":11,"endColumn":15,"fix":{"range":[592,629],"text":"const data = fromAgent?.payloadArray();"}}
|
eslint
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
|
eslint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
|