add guild page #1114
code-check.yml
on: pull_request
quality-assurance
10s
type
24s
Annotations
8 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]/layout.tsx#L38
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/lib/fetchers.ts#L41
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/lib/fetchers.ts#L56
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/lib/fetchers.ts#L60
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/lib/fetchers.ts#L65
Forbidden non-null assertion.
|
lint/style/noNonNullAssertion:
src/lib/fetchers.ts#L75
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/correctness/noUnusedVariables:
src/app/(dashboard)/explorer/fetchers.ts#L28
This variable is unused.
|