icmp check #6397
Annotations
11 warnings
|
autofix
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: autofix-ci/action@dd55f44df8f7cdb7a6bf74c78677eb8acd40cd0a, pnpm/action-setup@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/put_dns.ts#L93
Variable 'request' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/workflows/src/checker/alerting.test.ts#L54
Variable 'mockDiscordSendDegraded' is assigned a value but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/workflows/src/checker/alerting.test.ts#L51
Variable 'mockSlackSendDegraded' is assigned a value but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/post_dns.ts#L88
Variable 'assertions' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/post_dns.ts#L88
Variable 'request' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-control-regex):
packages/theme-store/src/custom-theme.ts#L13
Unexpected control characters
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/put_http.ts#L97
Variable 'request' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/utils.ts#L79
Variable 'kind' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/utils.ts#L72
Variable 'kind' is declared but never used. Unused variables should start with a '_'.
|
|
eslint(no-unused-vars):
apps/server/src/routes/v1/monitors/utils.ts#L62
Variable 'kind' is declared but never used. Unused variables should start with a '_'.
|