[libbeat] Cache processor docs and memory fixes. #17066
Annotations
5 errors and 2 warnings
|
golangci-lint:
libbeat/processors/cache/file_store.go#L194
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint:
libbeat/processors/cache/file_store.go#L195
type switch on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
golangci-lint:
libbeat/processors/cache/file_store_test.go#L516
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
golangci-lint
issues found
|
Post golangci-lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
|
golangci-lint
Unexpected input(s) 'skip-go-installation', valid inputs are ['version', 'args', 'working-directory', 'github-token', 'only-new-issues', 'skip-cache', 'skip-pkg-cache', 'skip-build-cache', 'install-mode']
|
Loading