Skip to content

Commit 757c01f

Browse files
committed
fix: tests with slice option merge
1 parent 53ea6ff commit 757c01f

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
@@ -53,7 +53,7 @@ func TestEnabledLinters(t *testing.T) {
5353
enable:
5454
- revive
5555
`,
56-
enabledLinters: getEnabledByDefaultFastLintersWith("revive", "gofmt"),
56+
enabledLinters: getEnabledByDefaultFastLintersWith("gofmt"),
5757
},
5858
{
5959
name: "fast option in config",

0 commit comments

Comments
 (0)