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
485485- [funlen](https://github.com/ultraware/funlen) - Tool for detection of long functions
486486- [whitespace](https://github.com/ultraware/whitespace) - Tool for detection of leading and trailing whitespace
487487- [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.
489488- [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.
490490
491491## Configuration
492492
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ require (
2323 github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21
2424 github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0
2525 github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4
26- github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
2726 github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
27+ github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3
2828 github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb // v1.0
2929 github.com/mattn/go-colorable v0.1.4
3030 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
9999github.com/hashicorp/hcl/json/token
100100# github.com/inconshreveable/mousetrap v1.0.0
101101github.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
104102# github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
105103github.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
106106# github.com/kisielk/gotool v1.0.0
107107github.com/kisielk/gotool
108108github.com/kisielk/gotool/internal/load
@@ -196,7 +196,6 @@ golang.org/x/sys/windows
196196golang.org/x/text/transform
197197golang.org/x/text/unicode/norm
198198golang.org/x/text/width
199- # golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
200199# golang.org/x/tools v0.0.0-20200102140908-9497f49d5709 => github.com/golangci/tools v0.0.0-20190915081525-6aa350649b1c
201200golang.org/x/tools/go/analysis
202201golang.org/x/tools/go/analysis/passes/asmdecl
You can’t perform that action at this time.
0 commit comments