Skip to content

cleanup: remove unused constants, utils, hooks & components #802

cleanup: remove unused constants, utils, hooks & components

cleanup: remove unused constants, utils, hooks & components #802

Triggered via pull request September 20, 2024 07:00
Status Success
Total duration 2m 0s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
lint/style/noDefaultExport: src/app/(marketing)/layout.tsx#L8
Avoid default exports.
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/create-profile/(onboarding)/_components/PurchasePass.tsx#L18
This hook does not specify all of its dependencies: dispatchAction
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ActivityChart.tsx#L80
This hook does not specify all of its dependencies: data.length
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ActivityChart.tsx#L80
This hook does not specify all of its dependencies: data.map
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ActivityChart.tsx#L90
This hook does not specify all of its dependencies: data.map
lint/correctness/useExhaustiveDependencies: src/v2/components/ui/hooks/useToast.ts#L172
This hook specifies more dependencies than necessary: state
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ProfileOwnerGuard.tsx#L10
This hook does not specify all of its dependencies: profile.userId
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ProfileOwnerGuard.tsx#L10
This hook does not specify all of its dependencies: profile?.userId
lint/correctness/useExhaustiveDependencies: src/app/explorer/_components/GuildSearchBar.tsx#L27
This hook does not specify all of its dependencies: pathname
lint/correctness/useExhaustiveDependencies: src/app/explorer/_components/GuildSearchBar.tsx#L27
This hook does not specify all of its dependencies: router.push
lint/correctness/useExhaustiveDependencies: src/app/explorer/_components/GuildSearchBar.tsx#L27
This hook specifies more dependencies than necessary: search
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/