Skip to content

Commit

Permalink
build(deps): bump github.com/4meepo/tagalign from 1.3.4 to 1.4.1 (#5255)
Browse files Browse the repository at this point in the history
Co-authored-by: Fernandez Ludovic <[email protected]>
  • Loading branch information
dependabot[bot] and ldez authored Dec 26, 2024
1 parent 93ffea1 commit a6c26ee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.22.1
require (
4d63.com/gocheckcompilerdirectives v1.2.1
4d63.com/gochecknoglobals v0.2.1
github.com/4meepo/tagalign v1.3.4
github.com/4meepo/tagalign v1.4.1
github.com/Abirdcfly/dupword v0.1.3
github.com/Antonboom/errname v1.0.0
github.com/Antonboom/nilnil v1.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/golinters/tagalign/tagalign.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

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

if settings != nil {
options = append(options, tagalign.WithAlign(settings.Align))
Expand Down

0 comments on commit a6c26ee

Please sign in to comment.