Skip to content

add explorer

add explorer #953

Triggered via pull request November 21, 2024 06:24
Status Success
Total duration 1m 29s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings and 2 notices
lint/correctness/useExhaustiveDependencies: src/app/explorer/components/InfiniteScrollGuilds.tsx#L44
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/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/components/InfiniteScrollGuilds.tsx#L59
Avoid using the index of an array as key property in an element.
lint/suspicious/noArrayIndexKey: src/app/explorer/page.tsx#L108
Avoid using the index of an array as key property in an element.