File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -485,8 +485,8 @@ golangci-lint help linters
485
485
- [funlen](https://github.com/ultraware/funlen) - Tool for detection of long functions
486
486
- [whitespace](https://github.com/ultraware/whitespace) - Tool for detection of leading and trailing whitespace
487
487
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
488
- - [gomnd](https://github.com/tommy-muehle/go-mnd) - An analyzer to detect magic numbers.
489
488
- [goprintffuncname](https://github.com/jirfag/go-printf-func-name) - Checks that printf-like functions are named with `f` at the end
489
+ - [gomnd](https://github.com/tommy-muehle/go-mnd) - An analyzer to detect magic numbers.
490
490
491
491
## Configuration
492
492
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ require (
23
23
github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
24
24
github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
25
25
github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
26
- github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
27
26
github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
27
+ github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
28
28
github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
29
29
github.com/mattn/go-colorable v0.1.4
30
30
github.com/mitchellh/go-homedir v1.1.0
Original file line number Diff line number Diff line change @@ -99,10 +99,10 @@ github.com/hashicorp/hcl/json/scanner
99
99
github.com/hashicorp/hcl/json/token
100
100
# github.com/inconshreveable/mousetrap v1.0.0
101
101
github.com/inconshreveable/mousetrap
102
- # github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
103
- github.com/jirfag/go-printf-func-name/pkg/analyzer
104
102
# github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
105
103
github.com/jingyugao/rowserrcheck/passes/rowserr
104
+ # github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
105
+ github.com/jirfag/go-printf-func-name/pkg/analyzer
106
106
# github.com/kisielk/gotool v1.0.0
107
107
github.com/kisielk/gotool
108
108
github.com/kisielk/gotool/internal/load
@@ -196,7 +196,6 @@ golang.org/x/sys/windows
196
196
golang.org/x/text/transform
197
197
golang.org/x/text/unicode/norm
198
198
golang.org/x/text/width
199
- # golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
200
199
# golang.org/x/tools v0.0.0-20200102140908-9497f49d5709 => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
201
200
golang.org/x/tools/go/analysis
202
201
golang.org/x/tools/go/analysis/passes/asmdecl
You can’t perform that action at this time.
0 commit comments