github pages #1
Annotations
10 errors and 2 warnings
|
lint:
editor/completions.go#L68
missing cases in switch of type lexer.TokenType: lexer.TokenEOF, lexer.TokenDot, lexer.TokenLBracket, lexer.TokenLBrace, lexer.TokenLParen, lexer.TokenComma, lexer.TokenAt, lexer.TokenHash, lexer.TokenSemicolon, lexer.TokenColon, lexer.TokenQuestion, lexer.TokenPlus, lexer.TokenMinus, lexer.TokenSlash, lexer.TokenPipe, lexer.TokenEquals, lexer.TokenLT, lexer.TokenGT, lexer.TokenCaret, lexer.TokenAmp, lexer.TokenBang, lexer.TokenTilde, lexer.TokenDotDot, lexer.TokenAssign, lexer.TokenNE, lexer.TokenLE, lexer.TokenGE, lexer.TokenChain, lexer.TokenElvis, lexer.TokenCoalesce, lexer.TokenAnd, lexer.TokenOr, lexer.TokenIn (exhaustive)
|
|
lint:
editor/completions.go#L26
missing cases in switch of type main.contextKind: main.ctxEmpty (exhaustive)
|
|
lint:
sqlite/query.go#L118
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
|
lint:
sqlite/query.go#L89
non-wrapping format verb for fmt.Errorf. Use `%w` to format errors (errorlint)
|
|
lint:
sqlite/format.go#L158
Error return value of `encoding/json.Marshal` is not checked: unsafe type `any` found (errchkjson)
|
|
lint:
sqlite/extension.go#L154
Error return value of `encoding/json.Marshal` is not checked (errchkjson)
|
|
lint:
sqlite/extension.go#L129
Error return value of `encoding/json.Marshal` is not checked (errchkjson)
|
|
lint:
editor/main_lsp.go#L397
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
lint:
editor/main_lsp.go#L304
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
lint:
editor/main_lsp.go#L198
Error return value of `json.Unmarshal` is not checked (errcheck)
|
|
lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. 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/
|
|
test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-go@v5. 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/
|