Skip to content

Commit

Permalink
fix: ignore a lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuki-shunsuke committed Oct 16, 2023
1 parent 905c1fe commit e759a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/versiongetter/fuzzy_getter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/sirupsen/logrus"
)

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

0 comments on commit e759a2b

Please sign in to comment.