Skip to content

Commit a6c26ee

Browse files
dependabot[bot]ldez
andauthoredDec 26, 2024
build(deps): bump github.com/4meepo/tagalign from 1.3.4 to 1.4.1 (golangci#5255)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent 93ffea1 commit a6c26ee

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
 

‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.1
55
require (
66
4d63.com/gocheckcompilerdirectives v1.2.1
77
4d63.com/gochecknoglobals v0.2.1
8-
github.com/4meepo/tagalign v1.3.4
8+
github.com/4meepo/tagalign v1.4.1
99
github.com/Abirdcfly/dupword v0.1.3
1010
github.com/Antonboom/errname v1.0.0
1111
github.com/Antonboom/nilnil v1.0.1

‎go.sum

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎pkg/golinters/tagalign/tagalign.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
func New(settings *config.TagAlignSettings) *goanalysis.Linter {
12-
options := []tagalign.Option{tagalign.WithMode(tagalign.StandaloneMode)}
12+
var options []tagalign.Option
1313

1414
if settings != nil {
1515
options = append(options, tagalign.WithAlign(settings.Align))

0 commit comments

Comments
 (0)
Please sign in to comment.