-
Notifications
You must be signed in to change notification settings - Fork 42
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
Update golangci-lint and config #1082
Update golangci-lint and config #1082
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert 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 |
@@ -91,6 +93,7 @@ linters: | |||
- whitespace | |||
- wrapcheck | |||
# - exhaustruct | |||
# - ginkgolinter |
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.
Seems to crash, we can try to enable it again at some later point in time.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1082 +/- ##
==========================================
- Coverage 33.92% 33.69% -0.24%
==========================================
Files 13 13
Lines 1126 1119 -7
Branches 391 387 -4
==========================================
- Hits 382 377 -5
- Misses 486 487 +1
+ Partials 258 255 -3 |
7889abf
to
47f5d5d
Compare
Signed-off-by: Sascha Grunert <[email protected]>
47f5d5d
to
29c12bd
Compare
@rphillips @haircommander PTAL |
/lgtm |
What type of PR is this?
/kind ci
What this PR does / why we need it:
Update golangci lint to the latest version and enable linters.
Which issue(s) this PR fixes:
None
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?