-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Run lint for mac builds #21372
Run lint for mac builds #21372
Conversation
Cockpit tests failed for commit d0f2d2a2413e6a130bc5c3dd114327c2cc0339d4. @martinpitt, @jelly, @mvollmer please check. |
Unrelated to this PR, but that's the second time I've seen a rawhide test run time out on |
bdce046
to
1ed777d
Compare
@martinpitt presumably you're talking about |
@baude @edsantiago this is ready for an initial look. It's not perfect or pretty but should get the job done. |
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.
Minor edits needed, and one question for the team.
Force-push: Addressed all/most of Eds concerns. In case it gets lost, Ed's general question was:
|
lint log. Will someone be working on those? |
My understanding is yes, the intent is to get them fixed up at some point in the near(?) future. I can't say for certain whom is doing that. I got a "SGTM" from Brent Re: |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cevich, edsantiago The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@baude PTAL, this is ready. |
LGTM |
There are darwin-specific code paths which were not being linted prior to this commit. Fix this with a new, darwin-specific section of the lint runner script. Signed-off-by: Chris Evich <[email protected]>
As of this commit, there are several pages worth of lint findings for the mac. Once they're all addressed, this commit may be reverted to enable continuous checking. Signed-off-by: Chris Evich <[email protected]>
force-push: rebased |
IMHO, this is ready to merge. |
/lgtm |
daf7a2c
into
containers:main
Run golangci-lint for mac jobs but ignore all failures temporarily until they're fixed.
Does this PR introduce a user-facing change?