-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[auditbeat] fix golangci lint errors #37063
Conversation
This pull request does not have a backport label.
To fixup this pull request, you need to add the backport labels for the needed
|
feb87fe
to
404c45e
Compare
404c45e
to
490f2e4
Compare
4ae4ba5
to
c6c243a
Compare
This pull request is now in conflicts. Could you fix it? 🙏
|
c6c243a
to
1a31db0
Compare
1a31db0
to
f51af24
Compare
52e9f61
to
e30ea90
Compare
e30ea90
to
156a14d
Compare
* auditbeat: fix golangci lint errors * golangci-lint: fix logp exclude rules * golangci-lint: remove error checks from all instances of logp.TestingSetup() * golangci-lint: remove error checks from all instances of logp.DevelopmentSetup()
Proposed commit message
logp.TestingSetup()
and add exclude rule forlogp.DevelopmentSetup()
logp.TestingSetup()
andlogp.DevelopmentSetup()
to not check for errorsChecklist
I have commented my code, particularly in hard-to-understand areasI have made corresponding changes to the documentationI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry inCHANGELOG.next.asciidoc
orCHANGELOG-developer.next.asciidoc
.