-
Notifications
You must be signed in to change notification settings - Fork 22
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 Linter usage in project #373
Conversation
9e31880
to
2a5ab07
Compare
2a5ab07
to
d0b5381
Compare
Most of these were extraneous whitespace or lack of newlines.
d0b5381
to
c9ff756
Compare
✅ None of your dependencies violate policy! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #373 +/- ##
==========================================
+ Coverage 15.21% 15.24% +0.02%
==========================================
Files 18 18
Lines 1209 1207 -2
==========================================
Hits 184 184
+ Misses 1025 1023 -2 ☔ View full report in Codecov by Sentry. |
/retest |
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.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adiantum, thunderboltsid 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 |
/hold |
/test e2e-capx-controller-upgrade |
/hold cancel |
Linting targets weren't included in build processes making way for unlinted go and yaml files in the codebase.
This PR add the linters in place using golangci-lint and yamllint and fixes the linting errors highlighted.