Skip to content

Commit fddc683

Browse files
committed
fix: missing golines
1 parent 37958b2 commit fddc683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/config/linters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ func (l *Linters) validateNoFormatters() error {
4949
}
5050

5151
func getAllFormatterNames() []string {
52-
return []string{"gci", "gofmt", "gofumpt", "goimports"}
52+
return []string{"gci", "gofmt", "gofumpt", "goimports", "golines"}
5353
}

0 commit comments

Comments
 (0)