Skip to content

add explorer

add explorer #952

Triggered via pull request November 21, 2024 05:47
Status Failure
Total duration 1m 21s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 7 warnings, and 1 notice
type
Process completed with exit code 2.
lint/correctness/useExhaustiveDependencies: src/app/explorer/components/InfiniteScrollGuilds.tsx#L42
This hook does not specify all of its dependencies: resetIsIntersected
lint/correctness/useExhaustiveDependencies: src/app/explorer/components/Search.tsx#L20
This hook does not specify all of its dependencies: setSearch
lint/correctness/useExhaustiveDependencies: src/app/explorer/components/Search.tsx#L24
This hook does not specify all of its dependencies: pathname
lint/correctness/useExhaustiveDependencies: src/app/explorer/components/Search.tsx#L24
This hook does not specify all of its dependencies: router.replace
lint/style/noNonNullAssertion: src/components/SignInDialog.tsx#L100
Forbidden non-null assertion.
lint/style/noNonNullAssertion: src/components/SignInDialog.tsx#L123
Forbidden non-null assertion.
type
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint/suspicious/noArrayIndexKey: src/app/explorer/page.tsx#L108
Avoid using the index of an array as key property in an element.