Skip to content

Commit

Permalink
build(deps): bump github.com/tommy-muehle/go-mnd/v2 from 2.3.2 to 2.4…
Browse files Browse the repository at this point in the history
….0 (#2024)
  • Loading branch information
dependabot[bot] committed May 31, 2021
1 parent b5d847f commit fe0db3d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,19 @@ issues:
- path: _test\.go
linters:
- gomnd
# TODO must be removed after the release of the next version (v1.41.0)
- path: pkg/commands/run.go
linters:
- gomnd
# TODO must be removed after the release of the next version (v1.41.0)
- path: pkg/golinters/nolintlint/nolintlint.go
linters:
- gomnd
# TODO must be removed after the release of the next version (v1.41.0)
- path: pkg/printers/tab.go
linters:
- gomnd


run:
skip-dirs:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ require (
github.com/tetafro/godot v1.4.7
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94
github.com/tomarrell/wrapcheck/v2 v2.1.0
github.com/tommy-muehle/go-mnd/v2 v2.3.2
github.com/tommy-muehle/go-mnd/v2 v2.4.0
github.com/ultraware/funlen v0.0.3
github.com/ultraware/whitespace v0.0.4
github.com/uudashr/gocognit 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.

0 comments on commit fe0db3d

Please sign in to comment.