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 Jan 22, 2025
1 parent 8c9d60e commit 3ca2a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/installpackage/aqua_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"github.com/sirupsen/logrus"
)

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

0 comments on commit 3ca2a99

Please sign in to comment.