Skip to content

Add more chains to Unlock requirement #878

Add more chains to Unlock requirement

Add more chains to Unlock requirement #878

Re-run triggered October 11, 2024 16:37
Status Failure
Total duration 17s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 11 warnings, and 10 notices
format: src/requirements/Unlock/hooks/useLocks.ts#L1
File content differs from formatting output
quality-assurance
Process completed with exit code 1.
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/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
lint/style/noDefaultExport: src/app/(marketing)/layout.tsx#L8
Avoid default exports.