-
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
Fix master's linting issue #26517
Fix master's linting issue #26517
Conversation
Signed-off-by: chrismark <chrismarkou92@gmail.com>
Pinging @elastic/integrations (Team:Integrations) |
"github.com/google/go-cmp/cmp" | ||
|
||
"github.com/elastic/beats/v7/libbeat/logp" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: should there be an empty line?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is what mage ftm
gave, but yes removing is ok. Thanks!
"github.com/google/go-cmp/cmp" | ||
"github.com/kolide/osquery-go/plugin/logger" | ||
|
||
"github.com/elastic/beats/v7/libbeat/logp" | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: same here
Signed-off-by: chrismark <chrismarkou92@gmail.com>
❕ Build Aborted
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪Log outputExpand to view the last 100 lines of log output
|
@jsoriano I also saw that these tricky lines are there for some time now. I just checkout latest master and run |
I will move on and merge this since there is an known issue with the windows-8 workers. |
* Fix master's linting issue Signed-off-by: chrismark <chrismarkou92@gmail.com> * Remove empty lines Signed-off-by: chrismark <chrismarkou92@gmail.com> (cherry picked from commit 48935ee)
* master: Osquerybeat: set the raw index name to supress the timestamp suffix (elastic#26545) [Heartbeat] add screenshots config to synthetics (elastic#26455) [Elastic Agent] Use http2 to connect to Fleet Server. (elastic#26474) Remove all docs about Beats central management (elastic#26399) update data.json for gcp billing (elastic#26506) Skip x-pack metricbeat tests (elastic#26537) [Elastic Agent] Fix issue with FLEET_CA not being used with Fleet Server in container (elastic#26529) Add changelog entry for elastic#26224 (elastic#26531) Add inttests for the x-pack/metricbeat on a PR/branches basis (elastic#26526) Suppress too many errors (elastic#26224) Fix master's linting issue (elastic#26517) [libbeat] Fix encoding and file offset issues in the disk queue (elastic#26484) Add log_group_name_prefix config option for aws-cloudwatch input (elastic#26187) Update shared-deduplication.asciidoc (elastic#26492) Add Recorded Future support to threatintel module (elastic#26481)
What does this PR do?
Fixes lint issues in current master. Failures spotted at #26438.