-
Notifications
You must be signed in to change notification settings - Fork 185
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 linting issues #325
base: main
Are you sure you want to change the base?
fix linting issues #325
Conversation
thaJeztah
commented
Jan 10, 2025
- relates to Fix deadlock when closing pipe #324 (comment)
Signed-off-by: Sebastiaan van Stijn <[email protected]>
cc @kevpar if you have permissions to kick CI ❤️ |
@thaJeztah It looks like the CI is still failing |
Yeah, I noticed; I suspect the other failures may also be with newer go versions, or updated golangci-lint. I think they're all about integer conversion in generated code; haven't checked if they can be ignored (temporarily) or need fixing;
|
I opened a separate PR to fix the «Go Generate» failure: #326 |
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.
CI is still failing
@mat007 @thaJeztah looks like the CIs are still failing |
Maybe these should be pinned versions? 🤷 go-winio/.github/workflows/ci.yml Lines 7 to 9 in bdc6c11
|
There are 104 linting errors remaining, all due to conversions. I’ve looked at a few and they all seem to be similar, for instance Line 165 in bdc6c11
What would be best here? To «nolint» them all? |