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

lint: Fix golangci-lint error #242

Merged
merged 3 commits into from
Sep 16, 2024
Merged

lint: Fix golangci-lint error #242

merged 3 commits into from
Sep 16, 2024

Conversation

upils
Copy link
Collaborator

@upils upils commented Aug 14, 2024

This is due to the new version incorporating new go1.23 vet behavior.

@upils upils self-assigned this Aug 14, 2024
Copy link

codecov bot commented Aug 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.99%. Comparing base (49ddabe) to head (e294127).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #242   +/-   ##
=======================================
  Coverage   93.99%   93.99%           
=======================================
  Files          18       18           
  Lines        3412     3412           
=======================================
  Hits         3207     3207           
  Misses        132      132           
  Partials       73       73           
Flag Coverage Δ
unittests 93.99% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

This is due to the new version incorporating new go1.23 vet behavior.

Signed-off-by: Paul Mars <[email protected]>
This rule is not yet working properly. This exclusion should be removed as soon as this is fixed. At this point we will have to deal with the true positives.

Signed-off-by: Paul Mars <[email protected]>
@upils upils merged commit 0100a11 into main Sep 16, 2024
11 of 15 checks passed
@upils upils deleted the golangci-lint-go1.23 branch September 16, 2024 13:08
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