Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
grobinson-grafana committed Jan 15, 2025
1 parent aaed4d0 commit 10cca7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/limits/frontend/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ func (f *Frontend) stopping(_ error) error {

func (f *Frontend) ExceedsLimits(ctx context.Context, r *logproto.ExceedsLimitsRequest) (*logproto.ExceedsLimitsResponse, error) {

Check warning on line 45 in pkg/limits/frontend/frontend.go

View workflow job for this annotation

GitHub Actions / check / golangciLint

unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
return nil, nil
}
}

0 comments on commit 10cca7e

Please sign in to comment.