x-pack/filebeat/input/internal/private: add field redaction package #23413
Annotations
4 errors and 2 warnings
golangci-lint:
x-pack/filebeat/input/internal/private/private.go#L48
Error return value is not checked (errcheck)
|
golangci-lint:
x-pack/filebeat/input/internal/private/private_test.go#L340
type assertion on error will fail on wrapped errors. Use errors.As to check for specific errors (errorlint)
|
golangci-lint:
x-pack/filebeat/input/internal/private/private_test.go#L349
comparing with != will fail on wrapped errors. Use errors.Is to check for a specific error (errorlint)
|
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