Skip to content

Bug fix recorddate inconsistency #206

Bug fix recorddate inconsistency

Bug fix recorddate inconsistency #206

Triggered via pull request February 1, 2024 22:44
Status Failure
Total duration 3m 3s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L10
Unsafe member access .name on an `any` value
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L11
Unsafe argument of type `any` assigned to a parameter of type `String`
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L11
Unsafe member access .referenceName on an `any` value
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L16
Unsafe member access .name on an `any` value
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L17
Unsafe argument of type `any` assigned to a parameter of type `String`
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L17
Unsafe member access .referenceName on an `any` value
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L22
Unsafe member access .name on an `any` value
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L23
Unsafe argument of type `any` assigned to a parameter of type `String`
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L23
Unsafe member access .referenceName on an `any` value
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L28
Unsafe member access .name on an `any` value
setup_and_lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v2, actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
setup_and_lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L7
Promise returned in function argument where a void return was expected
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L49
Unexpected any. Specify a different type
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L50
Unexpected any. Specify a different type
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L54
Unexpected any. Specify a different type
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L59
'newDate' is assigned a value but never used
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L60
Unexpected console statement
setup_and_lint: backend/patches/v0_21_0/fixLedgerDateTime.ts#L61
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