lint error on floating promises #24035
test-all-packages.yml
on: pull_request
Matrix: build
Matrix: test-docker-build
Matrix: test-vats
Matrix: test-boot
Matrix: test-cosmic-swingset
Matrix: test-inter-protocol
Matrix: test-quick
Matrix: test-quick2
Matrix: test-solo
Matrix: test-swingset
Matrix: test-swingset2
Matrix: test-swingset3
Matrix: test-swingset4
Matrix: test-zoe-swingset
Matrix: test-zoe-unit
Annotations
36 errors and 20 warnings
test-cosmic-swingset (xs)
Process completed with exit code 124.
|
test-quick2 (xs)
Process completed with exit code 124.
|
test-zoe-unit (xs)
Process completed with exit code 124.
|
test-quick (xs)
Process completed with exit code 124.
|
test-swingset2 (18.x)
Process completed with exit code 124.
|
test-swingset2 (xs)
Process completed with exit code 124.
|
test-quick2 (18.x)
Process completed with exit code 124.
|
test-quick2 (16.x)
Process completed with exit code 124.
|
test-solo (18.x)
Process completed with exit code 124.
|
test-swingset2 (16.x)
Process completed with exit code 124.
|
test-inter-protocol (18.x)
Process completed with exit code 124.
|
test-zoe-swingset (xs)
Process completed with exit code 124.
|
test-swingset3 (18.x)
Process completed with exit code 124.
|
test-solo (16.x)
Process completed with exit code 124.
|
test-zoe-swingset (18.x)
Process completed with exit code 124.
|
test-cosmic-swingset (18.x)
Process completed with exit code 124.
|
test-zoe-unit (18.x)
Process completed with exit code 124.
|
test-swingset3 (16.x)
Process completed with exit code 124.
|
test-zoe-unit (16.x)
Process completed with exit code 124.
|
test-quick (18.x)
Process completed with exit code 124.
|
test-quick (16.x)
Process completed with exit code 124.
|
test-cosmic-swingset (16.x)
Process completed with exit code 124.
|
test-inter-protocol (16.x)
Process completed with exit code 124.
|
test-swingset4 (xs)
Process completed with exit code 124.
|
test-swingset (xs)
Process completed with exit code 124.
|
test-swingset3 (xs)
Process completed with exit code 124.
|
test-boot (xs)
Process completed with exit code 124.
|
test-swingset4 (18.x)
Process completed with exit code 124.
|
test-swingset (18.x)
Process completed with exit code 124.
|
test-zoe-swingset (16.x)
Process completed with exit code 124.
|
test-swingset (16.x)
Process completed with exit code 124.
|
test-swingset4 (16.x)
Process completed with exit code 124.
|
test-boot (18.x)
Process completed with exit code 124.
|
test-boot (16.x)
Process completed with exit code 124.
|
test-docker-build (main)
Process completed with exit code 124.
|
test-docker-build (test)
Process completed with exit code 124.
|
lint-primary:
packages/SwingSet/misc-tools/extract-xs-snapshot.js#L58
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-primary:
packages/SwingSet/test/test-vat-timer.js#L272
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-primary:
packages/SwingSet/test/test-vat-timer.js#L273
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-primary:
packages/SwingSet/test/transcript/test-state-sync-reload.js#L63
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-primary:
packages/SwingSet/test/transcript/test-state-sync-reload.js#L86
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-primary:
packages/SwingSet/test/transcript/test-transcript-entries.js#L121
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-primary:
packages/SwingSet/test/transcript/test-transcript-entries.js#L126
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-primary:
packages/ERTP/src/issuerKit.js#L126
Defaults are not permitted on @param
|
lint-primary:
packages/ERTP/src/issuerKit.js#L127
Defaults are not permitted on @param
|
lint-primary:
packages/ERTP/src/issuerKit.js#L167
Defaults are not permitted on @param
|
lint-rest:
packages/internal/src/queue.js#L20
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. A rejection handler that is not a function will be ignored
|
lint-rest:
packages/internal/src/utils.js#L413
Prefer for...of instead of Array.forEach
|
lint-rest:
packages/swingset-liveslots/src/liveslots.js#L1605
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-rest:
packages/telemetry/src/index.js#L37
Prefer for...of instead of Array.forEach
|
lint-rest:
packages/telemetry/src/index.js#L70
Prefer for...of instead of Array.forEach
|
lint-rest:
packages/telemetry/src/slog-to-otel.js#L57
Prefer for...of instead of Array.forEach
|
lint-rest:
packages/xsnap/src/avaXS.js#L390
Prefer for...of instead of Array.forEach
|
lint-rest:
packages/xsnap/src/xsnap.js#L155
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-rest:
packages/xsnap/src/xsnap.js#L261
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-rest:
packages/xsnap/src/xsnap.js#L461
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
|