fix: removed .env #27
code-checks.yml
on: push
lint-eslint
23s
lint-filename
19s
lint-prettier
9s
lint-commit
11s
lint-unused-exports
21s
typecheck
15s
test-unit
17s
Annotations
3 errors and 11 warnings
lint-prettier
Process completed with exit code 1.
|
typecheck:
src/app/providers/blockchain-context-provider.tsx#L24
Expected 1 arguments, but got 2.
|
typecheck
Process completed with exit code 2.
|
lint-commit
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
lint-eslint:
src/app/components/my-vaults-small/my-vaults-small.tsx#L37
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-eslint:
src/app/components/my-vaults-small/my-vaults-small.tsx#L38
React Hook useEffect has a missing dependency: 'ethereum'. Either include it or remove the dependency array
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L23
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L46
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L48
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-bitcoin.ts#L78
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L60
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L64
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-eslint:
src/app/hooks/use-ethereum.ts#L182
Unexpected console statement
|
lint-eslint:
src/app/hooks/use-ethereum.ts#L217
The 'getLockedBTCBalance' function makes the dependencies of useEffect Hook (at line 65) change on every render. Move it inside the useEffect callback. Alternatively, wrap the definition of 'getLockedBTCBalance' in its own useCallback() Hook
|