Skip to content

Typo fix Update detectCircularDependencies.ts #1122

Typo fix Update detectCircularDependencies.ts

Typo fix Update detectCircularDependencies.ts #1122

Triggered via pull request December 16, 2024 11:23
Status Success
Total duration 1m 45s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings and 10 notices
quality-assurance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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#L13
This hook does not specify all of its dependencies: profile.userId
lint/correctness/useExhaustiveDependencies: src/app/(marketing)/profile/_components/ProfileOwnerGuard.tsx#L13
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint/style/noDefaultExport: src/app/(marketing)/layout.tsx#L8
Avoid default exports.