[8.x](backport #41505) [filebeat][gcs] - Added input metrics #24959
Annotations
8 errors and 2 warnings
golangci-lint:
x-pack/filebeat/input/gcs/input.go#L151
Error return value is not checked (errcheck)
|
golangci-lint:
x-pack/filebeat/input/gcs/input_stateless.go#L70
Error return value is not checked (errcheck)
|
golangci-lint:
x-pack/filebeat/input/gcs/job.go#L113
directive `//nolint:gosec // object size cannot be negative hence this conversion is safe` is unused for linter "gosec" (nolintlint)
|
golangci-lint:
x-pack/filebeat/input/gcs/job.go#L200
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
x-pack/filebeat/input/gcs/job.go#L209
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
x-pack/filebeat/input/gcs/job.go#L225
comparing with == will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
x-pack/filebeat/input/gcs/job.go#L388
assigned to isStreamGzipped, but reassigned without using the value (wastedassign)
|
golangci-lint
issues found
|
golangci-lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Post golangci-lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'install-mode', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-save-cache', 'problem-matchers', 'args', 'cache-invalidation-interval']
|
Loading