docs: add kateberryd as a contributor for code #38
lint_and_build.yml
on: pull_request
Performs linting, formatting on the application
38s
Annotations
4 errors and 11 warnings
Performs linting, formatting on the application:
generateChangelog.js#L1
Require statement not part of import statement
|
Performs linting, formatting on the application:
generateChangelog.js#L2
Require statement not part of import statement
|
Performs linting, formatting on the application:
generateChangelog.js#L5
'changelogContent' is not defined
|
Performs linting, formatting on the application
Process completed with exit code 1.
|
Performs linting, formatting on the application
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/.
|
Performs linting, formatting on the application:
src/app/strategy/page.tsx#L55
'isError' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/app/template.tsx#L74
'chain' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/app/template.tsx#L100
'getIconNode' is defined but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Deposit.tsx#L62
React Hook useMemo has a missing dependency: 'props'. Either include it or remove the dependency array. However, 'props' will change when *any* prop changes, so the preferred fix is to destructure the 'props' object outside of the useMemo call and refer to those specific props inside useMemo
|
Performs linting, formatting on the application:
src/components/Filters.tsx#L32
'isFocused' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/components/Filters.tsx#L204
'b' is defined but never used. Allowed unused args must match /^_/u
|
Performs linting, formatting on the application:
src/components/Strategies.tsx#L39
'router' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/Strategies.tsx#L41
'DepositButton' is defined but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/TxButton.tsx#L24
'data' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Performs linting, formatting on the application:
src/components/TxButton.tsx#L30
React Hook useEffect has missing dependencies: 'isPending' and 'isSuccess'. Either include them or remove the dependency array
|