Skip to content

fix(logging): reset troubleshooting log level after reboot #192

fix(logging): reset troubleshooting log level after reboot

fix(logging): reset troubleshooting log level after reboot #192

Triggered via pull request April 9, 2026 08:50
Status Success
Total duration 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Go
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: golangci/golangci-lint-action@v8. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
typescript-eslint(restrict-template-expressions): src/routes/devices.$id.deregister.tsx#L29
Invalid type used in template literal expression.
typescript-eslint(no-base-to-string): src/routes/devices.$id.deregister.tsx#L29
'deviceId' may use Object's default stringification format ('[object Object]') when stringified.
typescript-eslint(restrict-template-expressions): src/routes/devices.$id.setup.tsx#L48
Invalid type used in template literal expression.
typescript-eslint(no-base-to-string): src/routes/devices.$id.setup.tsx#L48
'id' may use Object's default stringification format ('[object Object]') when stringified.
typescript-eslint(no-base-to-string): src/routes/devices.$id.setup.tsx#L48
'returnTo' may use Object's default stringification format ('[object Object]') when stringified.
typescript-eslint(restrict-template-expressions): src/routes/devices.$id.setup.tsx#L45
Invalid type used in template literal expression.
typescript-eslint(no-base-to-string): src/routes/devices.$id.setup.tsx#L45
'id' may use Object's default stringification format ('[object Object]') when stringified.
typescript-eslint(restrict-template-expressions): src/hooks/hidRpc.ts#L243
Invalid type used in template literal expression.
typescript-eslint(restrict-template-expressions): src/hooks/useHidRpc.ts#L317
Invalid type used in template literal expression.
typescript-eslint(no-base-to-string): src/hooks/useHidRpc.ts#L317
'e' will use Object's default stringification format ('[object Object]') when stringified.