-
Notifications
You must be signed in to change notification settings - Fork 30
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
Bump linter to 1.61.0 #1068
Bump linter to 1.61.0 #1068
Conversation
Signed-off-by: Ruben Vargas <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1068 +/- ##
==========================================
- Coverage 69.18% 67.89% -1.30%
==========================================
Files 110 110
Lines 7069 8656 +1587
==========================================
+ Hits 4891 5877 +986
- Misses 1888 2488 +600
- Partials 290 291 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ruben Vargas <[email protected]>
@@ -139,7 +139,7 @@ func (r *TempoStackReconciler) Reconcile(ctx context.Context, req ctrl.Request) | |||
// | |||
// - For any other error: Set the status condition to Failed, | |||
// the Reason to "FailedReconciliation" and the message to the error message. | |||
func (r *TempoStackReconciler) handleReconcileStatus(ctx context.Context, log logr.Logger, tempo v1alpha1.TempoStack, reconcileError error) (ctrl.Result, error) { |
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.
@iblancasa @andreasgerstmayr I a comment here to ignore this rule, but might need to change something here?
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.
I think ignoring the linter rule is fine, it's just complaining that the first return parameter is always ctrl.Result{}
I had to bump the linter because old version got stuck in the actions. Not sure what changed, but bumping the version seems to work.