Skip to content

Commit

Permalink
updates to the linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
evisdrenova committed Jul 20, 2024
1 parent 848cce3 commit 8970a9b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion backend/services/mgmt/v1alpha1/metrics-service/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ func getDailyUsageFromProm(ctx context.Context, api promv1.API, query string, st
errgrp.SetLimit(10)
mu := sync.Mutex{}
// Iterate through each day in the range
//nolint:all
for d := start; !d.After(end); d = d.AddDate(0, 0, 1) {
d := d
errgrp.Go(func() error {
Expand Down
1 change: 0 additions & 1 deletion worker/pkg/benthos/transformers/generate_state.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import (
func init() {
spec := bloblang.NewPluginSpec().Param(bloblang.NewBoolParam("state_code"))
err := bloblang.RegisterFunctionV2("generate_state", spec, func(args *bloblang.ParsedParams) (bloblang.Function, error) {

code, err := args.GetBool("state_code")
if err != nil {
return nil, err
Expand Down

0 comments on commit 8970a9b

Please sign in to comment.