Link hive account #61
Annotations
11 warnings
build (18.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: 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/
|
build (18.x):
src/repositories/user/user.repository.ts#L33
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
|
build (18.x):
src/services/index.ts#L42
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
|
build (18.x):
src/services/index.ts#L47
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
|
build (18.x):
src/services/storage-cluster/allocator.ts#L217
Forbidden non-null assertion
|
build (18.x):
src/services/storage-cluster/allocator.ts#L218
Forbidden non-null assertion
|
build (18.x):
src/services/storage-cluster/allocator.ts#L636
Empty block statement
|
build (18.x):
src/services/storage-cluster/allocator.ts#L769
Forbidden non-null assertion
|
build (18.x):
src/services/storage-cluster/allocator.ts#L805
Promise returned in function argument where a void return was expected
|
build (18.x):
src/services/storage-cluster/peer.ts#L105
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
|
build (18.x):
src/services/storage-cluster/peer.ts#L211
Promise returned in function argument where a void return was expected
|