Skip to content

Commit 3e4a868

Browse files
committed
change -v to --verbose
1 parent 6e19e74 commit 3e4a868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/enabled_linters_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func TestEnabledLinters(t *testing.T) {
176176
t.Run(c.name, func(t *testing.T) {
177177
t.Parallel()
178178

179-
runArgs := []string{"-v"}
179+
runArgs := []string{"--verbose"}
180180
if !c.noImplicitFast {
181181
runArgs = append(runArgs, "--fast")
182182
}

0 commit comments

Comments
 (0)