Create libft-helper.yml (#21) #273
Annotations
10 errors and 2 warnings
lint:
internal/config/paths.go#L23
Error return value of `os.MkdirAll` is not checked (errcheck)
|
lint:
internal/config/paths.go#L33
Error return value of `os.MkdirAll` is not checked (errcheck)
|
lint:
cmd/voice-demo/main.go#L48
Error return value of `portaudio.Terminate` is not checked (errcheck)
|
lint:
internal/chat/repository.go#L80
Error return value of `tx.Rollback` is not checked (errcheck)
|
lint:
internal/code/repository.go#L77
Error return value of `tx.Rollback` is not checked (errcheck)
|
lint:
internal/cli/event_loop.go#L41
Error return value of `inputStream.Stop` is not checked (errcheck)
|
lint:
internal/tools/voiceinput.go#L60
Error return value of `v.inputStream.Stop` is not checked (errcheck)
|
lint:
internal/config/consts.go#L17
don't use `init` function (gochecknoinits)
|
lint:
internal/updater/updater.go#L125
string `windows` has 3 occurrences, make it a constant (goconst)
|
lint:
internal/term/buffer.go#L119
ifElseChain: rewrite if-else to switch statement (gocritic)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@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
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|