add guild page #1042
code-check.yml
on: pull_request
quality-assurance
4s
type
19s
Annotations
6 warnings and 1 notice
quality-assurance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildUrlName]/[pageUrlName]/page.tsx#L21
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildUrlName]/[pageUrlName]/page.tsx#L27
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildUrlName]/[pageUrlName]/page.tsx#L33
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/app/(dashboard)/[guildUrlName]/[pageUrlName]/page.tsx#L56
Forbidden non-null assertion.
|
type
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint/suspicious/noArrayIndexKey:
src/app/(dashboard)/explorer/page.tsx#L143
Avoid using the index of an array as key property in an element.
|