Skip to content
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(lint): Fix or ignore lint errors #2228

Merged
merged 1 commit into from
Sep 30, 2024
Merged

fix(lint): Fix or ignore lint errors #2228

merged 1 commit into from
Sep 30, 2024

Conversation

hairyhenderson
Copy link
Owner

Fixes lint errors that have cropped up in Go 1.23 and/or golangci-lint 1.60/61...

Also replaces exportloopref with copyloopvar.

This ever so slightly changes behaviour when certain numbers can't be converted (due to overflow). The docs used to say behaviour was undefined - this defines it (with errors!).

Signed-off-by: Dave Henderson <dhenderson@gmail.com>
@hairyhenderson hairyhenderson enabled auto-merge (squash) September 30, 2024 14:22
@hairyhenderson hairyhenderson merged commit 69d3e0c into main Sep 30, 2024
19 of 20 checks passed
@hairyhenderson hairyhenderson deleted the fix-lint-errors branch September 30, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant