-
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
Rename lint
stage to checks
on the CI
#31110
Conversation
Since we introduced the linter and the Github action this naming started causing some confusion. Now it's more obvious where the actual linting takes place and where we have just additional checks.
Pinging @elastic/elastic-agent-data-plane (Team:Elastic-Agent-Data-Plane) |
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.
Thanks for the very quick turnaround!
Tests are still failing for all builds after 40eeef4 I'm trying to find out how to fix them. |
@rdner it looks like |
@oren-zohar thanks for pointing this out. I've fixed it. |
Since we introduced the linter and the Github action this naming started causing some confusion. Now it's more obvious where the actual linting takes place and where we have just additional checks. Remove deprecation message Remove functionbeat log message Functionbeat is definitely not going to be deprecated in 8.1, removing this comment. Update root.go Update functionbeat.go
Since we introduced the linter and the Github action this naming started causing some confusion. Now it's more obvious where the actual linting takes place and where we have just additional checks.
Since we introduced the linter and the Github action this naming started causing some confusion. Now it's more obvious where the actual linting takes place and where we have just additional checks.
Since we introduced the linter and the Github action this naming started causing some confusion. Now it's more obvious where the actual linting takes place and where we have just additional checks. Remove deprecation message Remove functionbeat log message Functionbeat is definitely not going to be deprecated in 8.1, removing this comment. Update root.go Update functionbeat.go
What does this PR do?
Since we introduced the linter and the Github action this naming started
causing some confusion. Now it's more obvious where the actual linting
takes place and where we have just additional checks.
Why is it important?
We already had a discussion regarding this confusion with @ruflin in #31098