fix: Linter warnings #204
lint.yml
on: pull_request
node_matrix
/
prepare_matrix
4s
Matrix: lint
Annotations
20 warnings
|
lint (22):
src/lib/lockdown/index.ts#L494
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
lint (22):
src/lib/lockdown/index.ts#L240
Expected "LockdownService" (export-class) to come before "rsdHandshakeLockdownPlistService" (function)
|
|
lint (22):
src/lib/discovery/discovery-backend-factory.ts#L4
Missing JSDoc comment
|
|
lint (22):
src/lib/discovery/devicectl-device-records.ts#L18
Missing JSDoc comment
|
|
lint (22):
src/lib/apple-tv/encryption/x25519.ts#L46
Missing JSDoc comment
|
|
lint (22):
src/lib/apple-tv/encryption/x25519.ts#L23
Missing JSDoc comment
|
|
lint (22):
src/lib/apple-tv/discovered-device-mapper.ts#L32
Missing JSDoc comment
|
|
lint (22):
src/lib/apple-tv/discovered-device-mapper.ts#L4
Missing JSDoc comment
|
|
lint (22):
src/lib/apple-tv/devicectl-enrichment.ts#L38
Missing JSDoc comment
|
|
lint (22):
src/lib/apple-tv/devicectl-enrichment.ts#L38
Expected "enrichDiscoveredDevicesWithDevicectl" (export-function) to come before "mergeMetadata" (function)
|
|
lint (24):
src/lib/lockdown/index.ts#L494
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
|
lint (24):
src/lib/lockdown/index.ts#L240
Expected "LockdownService" (export-class) to come before "rsdHandshakeLockdownPlistService" (function)
|
|
lint (24):
src/lib/discovery/discovery-backend-factory.ts#L4
Missing JSDoc comment
|
|
lint (24):
src/lib/discovery/devicectl-device-records.ts#L18
Missing JSDoc comment
|
|
lint (24):
src/lib/apple-tv/encryption/x25519.ts#L46
Missing JSDoc comment
|
|
lint (24):
src/lib/apple-tv/encryption/x25519.ts#L23
Missing JSDoc comment
|
|
lint (24):
src/lib/apple-tv/discovered-device-mapper.ts#L32
Missing JSDoc comment
|
|
lint (24):
src/lib/apple-tv/discovered-device-mapper.ts#L4
Missing JSDoc comment
|
|
lint (24):
src/lib/apple-tv/devicectl-enrichment.ts#L38
Missing JSDoc comment
|
|
lint (24):
src/lib/apple-tv/devicectl-enrichment.ts#L38
Expected "enrichDiscoveredDevicesWithDevicectl" (export-function) to come before "mergeMetadata" (function)
|