Bumped deps versions (#21) #6
Annotations
10 errors and 12 warnings
coverage:
internals/ingester/worker_v6.go#L161
161-192 lines are duplicate of `internals/ingester/worker_v8.go:135-166` (dupl)
|
coverage:
internals/ingester/worker_v8.go#L135
135-166 lines are duplicate of `internals/ingester/worker_v6.go:161-192` (dupl)
|
coverage:
internals/ingester/worker_v6.go#L579
579-605 lines are duplicate of `internals/ingester/worker_v8.go:583-609` (dupl)
|
coverage:
internals/ingester/worker_v8.go#L583
583-609 lines are duplicate of `internals/ingester/worker_v6.go:579-605` (dupl)
|
coverage:
internals/ingester/worker_v6.go#L502
502-521 lines are duplicate of `internals/ingester/worker_v8.go:492-511` (dupl)
|
coverage:
internals/ingester/worker_v8.go#L492
492-511 lines are duplicate of `internals/ingester/worker_v6.go:502-521` (dupl)
|
coverage:
internals/ingester/worker_v6.go#L303
303-340 lines are duplicate of `internals/ingester/worker_v8.go:297-336` (dupl)
|
coverage:
internals/ingester/worker_v8.go#L297
297-336 lines are duplicate of `internals/ingester/worker_v6.go:303-340` (dupl)
|
coverage:
internals/app/elasticsearch.go#L17
Error return value of `elasticsearchv6.ReplaceGlobals` is not checked (errcheck)
|
coverage:
internals/app/elasticsearch.go#L23
Error return value of `elasticsearchv8.ReplaceGlobals` is not checked (errcheck)
|
coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
coverage
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-go@v2, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
coverage
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
coverage:
internals/routes/routes.go#L13
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
coverage:
internals/handlers/handlers.go#L14
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
coverage:
internals/handlers/grpc.go#L25
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
coverage:
internals/handlers/handlers.go#L19
unused-parameter: parameter 'r' seems to be unused, consider removing or renaming it as _ (revive)
|
coverage:
internals/ingester/typed.go#L60
empty-block: this block is empty, you can remove it (revive)
|
coverage:
internals/ingester/typed.go#L26
var-naming: struct field Uuid should be UUID (revive)
|
coverage:
internals/ingester/worker_v6.go#L598
increment-decrement: should replace errorsMap[item["index"].Error.Type] += 1 with errorsMap[item["index"].Error.Type]++ (revive)
|
coverage:
internals/ingester/worker_v8.go#L602
increment-decrement: should replace errorsMap[item["index"].Error.Type] += 1 with errorsMap[item["index"].Error.Type]++ (revive)
|
coverage:
internals/ingester/worker_v6.go#L26
var-naming: struct field Uuid should be UUID (revive)
|