Skip to content

Commit bff053a

Browse files
committed
dev: fix README and go.mod
1 parent 5f1096c commit bff053a

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

vendor/modules.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ github.com/hashicorp/hcl/json/scanner
9999
github.com/hashicorp/hcl/json/token
100100
# github.com/inconshreveable/mousetrap v1.0.0
101101
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
104102
# github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a
105103
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
106106
# github.com/kisielk/gotool v1.0.0
107107
github.com/kisielk/gotool
108108
github.com/kisielk/gotool/internal/load
@@ -196,7 +196,6 @@ golang.org/x/sys/windows
196196
golang.org/x/text/transform
197197
golang.org/x/text/unicode/norm
198198
golang.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
201200
golang.org/x/tools/go/analysis
202201
golang.org/x/tools/go/analysis/passes/asmdecl

0 commit comments

Comments
 (0)