File tree 3 files changed +16
-3
lines changed
3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,19 @@ issues:
124
124
- path : _test\.go
125
125
linters :
126
126
- 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
+
127
140
128
141
run :
129
142
skip-dirs :
Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ require (
76
76
github.com/tetafro/godot v1.4.7
77
77
github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94
78
78
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
80
80
github.com/ultraware/funlen v0.0.3
81
81
github.com/ultraware/whitespace v0.0.4
82
82
github.com/uudashr/gocognit v1.0.1
You can’t perform that action at this time.
0 commit comments