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

refactor: redefintion and shadowing of builtin id cap #775

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

lukasmetzner
Copy link
Contributor

@lukasmetzner lukasmetzner commented Nov 11, 2024

Update PR of golangci-lint to v1.62.0 discovered a redefinition of cap in our capability check. Furthermore, we are shadowing cap in certain places.

Additionally, upgrade from v1.62.0 of golangci-lint (#774) can not be merged before this is fixed.

@lukasmetzner lukasmetzner requested a review from a team as a code owner November 11, 2024 09:21
@lukasmetzner lukasmetzner self-assigned this Nov 11, 2024
Update of golangci-lint to v1.62.0 discovered a redefinition of cap in our capability check. Furthermore, we are shadowing cap in certain places.
@jooola
Copy link
Member

jooola commented Nov 11, 2024

You could have squeezed that one in the renovate upgrade PR, and merge it yourself, but that works too :)

Copy link

codecov bot commented Nov 11, 2024

Codecov Report

Attention: Patch coverage is 85.71429% with 1 line in your changes missing coverage. Please review.

Project coverage is 35.98%. Comparing base (d1ebf6c) to head (02e55f6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
internal/driver/helper.go 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #775   +/-   ##
=======================================
  Coverage   35.98%   35.98%           
=======================================
  Files          20       20           
  Lines        1848     1848           
=======================================
  Hits          665      665           
  Misses       1150     1150           
  Partials       33       33           

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

@lukasmetzner lukasmetzner merged commit a84e77b into main Nov 11, 2024
8 checks passed
@lukasmetzner lukasmetzner deleted the fix-redefines-builtin-id branch November 11, 2024 09:40
lukasmetzner added a commit that referenced this pull request Nov 11, 2024
Update PR of golangci-lint to v1.62.0 discovered a redefinition of cap
in our capability check. Furthermore, we are shadowing cap in certain
places.

Additionally, upgrade from v1.62.0 of golangci-lint (#774) can not be
merged before this is fixed.
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.

2 participants