Skip to content

feat: Guild, Role, RoleGroup schemas #990

feat: Guild, Role, RoleGroup schemas

feat: Guild, Role, RoleGroup schemas #990

Triggered via pull request November 26, 2024 12:46
Status Success
Total duration 1m 31s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 warnings and 1 notice
lint/correctness/useExhaustiveDependencies: src/hooks/useIsStuck.ts#L21
This hook does not specify all of its dependencies: setIsStuckActive
lint/correctness/useExhaustiveDependencies: src/hooks/useIsStuck.ts#L21
This hook specifies more dependencies than necessary: ref
lint/suspicious/noArrayIndexKey: src/app/(dashboard)/explorer/page.tsx#L132
Avoid using the index of an array as key property in an element.