Skip to content

Commit 813a786

Browse files
committed
nitpick
1 parent 17c167b commit 813a786

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/config/linters_settings.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,9 @@ var defaultLintersSettings = LintersSettings{
205205
AllowWholeBlock: false,
206206
BranchMaxLines: 2,
207207
CaseMaxLines: 0,
208-
Default: "",
209-
Enable: []string{},
210-
Disable: []string{},
208+
Default: "default",
209+
Enable: nil,
210+
Disable: nil,
211211
},
212212
}
213213

0 commit comments

Comments
 (0)