Skip to content

Commit ccfe29f

Browse files
dependabot[bot]SeigeC
authored andcommitted
build(deps): bump github.com/tommy-muehle/go-mnd/v2 from 2.3.2 to 2.4.0 (golangci#2024)
1 parent c882c6e commit ccfe29f

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.golangci.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,19 @@ issues:
124124
- path: _test\.go
125125
linters:
126126
- gomnd
127+
# TODO must be removed after the release of the next version (v1.41.0)
128+
- path: pkg/commands/run.go
129+
linters:
130+
- gomnd
131+
# TODO must be removed after the release of the next version (v1.41.0)
132+
- path: pkg/golinters/nolintlint/nolintlint.go
133+
linters:
134+
- gomnd
135+
# TODO must be removed after the release of the next version (v1.41.0)
136+
- path: pkg/printers/tab.go
137+
linters:
138+
- gomnd
139+
127140

128141
run:
129142
skip-dirs:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ require (
7676
github.com/tetafro/godot v1.4.7
7777
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94
7878
github.com/tomarrell/wrapcheck/v2 v2.1.0
79-
github.com/tommy-muehle/go-mnd/v2 v2.3.2
79+
github.com/tommy-muehle/go-mnd/v2 v2.4.0
8080
github.com/ultraware/funlen v0.0.3
8181
github.com/ultraware/whitespace v0.0.4
8282
github.com/uudashr/gocognit v1.0.1

go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)