WebSocket #774
Annotations
8 errors and 1 warning
main:
src/core/operations/WebSocketDecode.mjs#L74
'maskBytes' is never reassigned. Use 'const' instead
|
main:
src/core/operations/WebSocketDecode.mjs#L84
'payload' is never reassigned. Use 'const' instead
|
main:
src/core/operations/WebSocketDecode.mjs#L87
Expected space(s) after "for"
|
main:
src/core/operations/WebSocketDecode.mjs#L87
Unexpected var, use let or const instead
|
main:
src/core/operations/WebSocketDecode.mjs#L97
Strings must use doublequote
|
main:
src/core/operations/WebSocketDecode.mjs#L103
Identifier 'mask_present' is not in camel case
|
main:
src/core/operations/WebSocketDecode.mjs#L104
Strings must use doublequote
|
main
Process completed with exit code 3.
|
main
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|