Skip to content

Commit

Permalink
lint: fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Oct 1, 2024
1 parent 0437395 commit 794432e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/libbeat/management/managerV2.go
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ func (cm *BeatV2Manager) reloadInputs(inputUnits []*agentUnit) error {
// implementation from libbeat/cfgfile/list.go and Input.loadStates from
// filebeat/input/log/input.go.
// If they change the way they report errors, this will break.
//nolint:errorlint // There are no new changes to this line but
//nolint:errorlint // ignore
if u, ok := err.(interface {
Unwrap() []error
}); ok {
Expand Down

0 comments on commit 794432e

Please sign in to comment.