Mana calculator #1680
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
test.yml
on: pull_request
consistency
53s
build
21m 13s
Annotations
9 errors and 2 warnings
consistency:
src/components/ManaCalculator/calculator.ts#L22
'epochDiff' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L269
'validatorResults' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L284
'passiveRewards' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L287
'additionalTPS' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L321
'delegatorAccumulateResults' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L326
'validatorAccumulateResults' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L341
'passiveRewards' is never reassigned. Use 'const' instead
|
consistency:
src/components/ManaCalculator/index.tsx#L348
'additionalTPS' is never reassigned. Use 'const' instead
|
consistency
Process completed with exit code 1.
|
consistency:
src/components/ManaCalculator/utils.ts#L18
'time_to_slot' is defined but never used
|
consistency:
src/components/ManaCalculator/utils.ts#L24
'time_to_epoch' is defined but never used
|