chore: search service init #10
Annotations
6 errors and 1 warning
go Lint:
services/search/internal/processors/data_ingestion/main.go#L3
internal/processors/data_ingestion/main.go:3: Line contains TODO/BUG/FIXME: "TODO: subscribe as a worker to rabbitmq ..." (godox)
|
go Lint:
services/search/internal/services/content/indexer.go#L23
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
go Lint:
services/search/pkg/lib/opensearch_config.go#L40
File is not properly formatted (gofumpt)
|
go Lint:
services/search/internal/services/content/indexer.go#L22
errorsas: second argument to errors.As must be a non-nil pointer to either a type that implements error, or to any interface type (govet)
|
go Lint:
services/search/internal/services/content/get.go#L7
SA1019: "io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (staticcheck)
|
go Lint
issues found
|
Setup Go
Restore cache failed: Dependencies file is not found in /home/runner/work/project-mfoni/project-mfoni. Supported file pattern: go.sum
|
Loading