Skip to content

Fix: cachedGroupMetadata #663

Fix: cachedGroupMetadata

Fix: cachedGroupMetadata #663

Triggered via pull request August 3, 2024 14:21
Status Success
Total duration 44s
Artifacts

lint.yml

on: pull_request
check-lint
36s
check-lint
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
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#L682
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#L126
Unexpected any. Specify a different type