Skip to content

Commit

Permalink
test(update): ignore lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 15, 2023
1 parent 71dad0a commit bf33757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/update/ast/registry_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"github.com/sirupsen/logrus"
)

func TestUpdateRegistries(t *testing.T) {
func TestUpdateRegistries(t *testing.T) { //nolint:funlen
t.Parallel()
data := []struct {
name string
Expand Down

0 comments on commit bf33757

Please sign in to comment.