Skip to content

add xp metagame to profile #736

add xp metagame to profile

add xp metagame to profile #736

Triggered via pull request September 12, 2024 00:16
Status Success
Total duration 2m 16s
Artifacts

code-check.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings and 10 notices
lint/performance/noBarrelFile: src/hooks/useSubmit/index.ts#L1
Avoid barrel files, they slow down performance, and cause large module graphs with modules that go unused.
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L120
This hook does not specify all of its dependencies: setTxHash
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L120
This hook does not specify all of its dependencies: txHash
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: contractCallConfig
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: onError
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: setTxError
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: reset
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: setTxSuccess
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: rawError
lint/correctness/useExhaustiveDependencies: src/hooks/useSubmitTransaction.ts#L148
This hook does not specify all of its dependencies: error
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/style/noDefaultExport: src/hooks/useColorPalette.ts#L97
Avoid default exports.
lint/style/noDefaultExport: src/pages/[guild]/[group].tsx#L219
Avoid default exports.
lint/style/noDefaultExport: src/pages/[guild]/activity.tsx#L99
Avoid default exports.