We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed0df1 commit 6234e60Copy full SHA for 6234e60
pkg/golinters/tagalign/tagalign.go
@@ -9,7 +9,7 @@ import (
9
)
10
11
func New(settings *config.TagAlignSettings) *goanalysis.Linter {
12
- options := []tagalign.Option{tagalign.WithMode(tagalign.StandaloneMode)}
+ var options []tagalign.Option
13
14
if settings != nil {
15
options = append(options, tagalign.WithAlign(settings.Align))
0 commit comments