fix bug #29
Annotations
10 errors and 11 warnings
Lint:
src/algorithms/balance/balance.ts#L36
'dueDates' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/balance.ts#L47
'fuzz' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/postpone.ts#L8
'safe_fltItems' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/postpone.ts#L37
'olastview' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/reschedule.ts#L26
'interval' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/reschedule.ts#L27
'newitvl' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/reschedule.ts#L40
'fsrs' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/balance/reschedule.ts#L46
'newitvl' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/fsrs.ts#L173
'nextInterval' is never reassigned. Use 'const' instead
|
Lint:
src/algorithms/supermemo.ts#L81
'nextReview' is never reassigned. Use 'const' instead
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
src/CardSchedule.ts#L12
'DateUtils' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/Deck.ts#L57
'card' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Lint:
src/Events/touchEvent.ts#L1
'debug' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/algorithms/algorithms.ts#L2
'RPITEMTYPE' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/algorithms/anki.ts#L6
'balance' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/algorithms/balance/balance.ts#L1
'Notice' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/algorithms/balance/balance.ts#L15
'getDueDates' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/algorithms/balance/reschedule.ts#L2
'DateUtils' is defined but never used. Allowed unused vars must match /^_/u
|
Lint:
src/algorithms/balance/reschedule.ts#L8
Strings must use doublequote
|
Lint:
src/algorithms/scheduling_default.ts#L10
'balance' is defined but never used. Allowed unused vars must match /^_/u
|
The logs for this run have expired and are no longer available.
Loading