[8.17](backport #41970) [filebeat][gcs] - Removed bucket_timeout config option and replaced bucket context with parent program context #25824
Annotations
9 errors and 2 warnings
|
golangci-lint:
x-pack/filebeat/input/gcs/input.go#L126
Error return value is not checked (errcheck)
|
golangci-lint:
x-pack/filebeat/input/gcs/input_stateless.go#L69
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#L198
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#L207
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#L223
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#L386
assigned to isStreamGzipped, but reassigned without using the value (wastedassign)
|
golangci-lint
issues found
|
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']
|
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