Pin Messages (all platform support) #648
Annotations
10 errors and 12 warnings
check-lint:
src/Socket/messages-send.ts#L336
Extra semicolon
|
check-lint:
src/Socket/messages-send.ts#L354
Strings must use singlequote
|
check-lint:
src/Socket/messages-send.ts#L354
Trailing spaces not allowed
|
check-lint:
src/Socket/messages-send.ts#L356
Expected blank line before this statement
|
check-lint:
src/Socket/messages-send.ts#L357
Strings must use singlequote
|
check-lint:
src/Socket/messages-send.ts#L357
Strings must use singlequote
|
check-lint:
src/Socket/messages-send.ts#L357
Trailing spaces not allowed
|
check-lint:
src/Socket/messages-send.ts#L359
Expected blank line before this statement
|
check-lint:
src/Socket/messages-send.ts#L774
Strings must use singlequote
|
check-lint:
src/Types/Message.ts#L177
Trailing spaces not allowed
|
check-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
check-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
check-lint:
src/Socket/groups.ts#L194
This assertion is unnecessary since the receiver accepts the original type of the expression
|
check-lint:
src/Socket/messages-recv.ts#L325
Unexpected any. Specify a different type
|
check-lint:
src/Socket/messages-recv.ts#L702
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/messages-recv.ts#L702
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/messages-send.ts#L690
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Socket/registration.ts#L25
This assertion is unnecessary since it does not change the type of the expression
|
check-lint:
src/Types/Contact.ts#L18
"changed" is overridden by string in this union type
|
check-lint:
src/Types/Label.ts#L15
Don't declare enums, use literals instead
|
check-lint:
src/Types/LabelAssociation.ts#L2
Don't declare enums, use literals instead
|
check-lint:
src/Types/Socket.ts#L122
Unexpected any. Specify a different type
|