Events search (untested) #1031
Annotations
6 errors and 1 warning
golangci-lint:
backend/search/seed.go#L27
Error return value of `http.DefaultClient.Do` is not checked (errcheck)
|
golangci-lint:
backend/search/seed.go#L84
Error return value of `http.DefaultClient.Do` is not checked (errcheck)
|
golangci-lint:
backend/main.go#L78
Error return value of `search.SeedClubs` is not checked (errcheck)
|
golangci-lint:
backend/main.go#L79
Error return value of `search.SeedEvents` is not checked (errcheck)
|
golangci-lint:
backend/config/openai.go#L14
func `readOpenAISettings` is unused (unused)
|
golangci-lint
issues found
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading