File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/ashanbrown/forbidigo v1.3.0
1414 github.com/ashanbrown/makezero v1.1.0
1515 github.com/bkielbasa/cyclop v1.2.0
16- github.com/blizzy78/varnamelen v0.5 .0
16+ github.com/blizzy78/varnamelen v0.6 .0
1717 github.com/bombsimon/wsl/v3 v3.3.0
1818 github.com/breml/bidichk v0.2.1
1919 github.com/breml/errchkjson v0.2.1
@@ -96,7 +96,7 @@ require (
9696 github.com/yagipy/maintidx v1.0.0
9797 github.com/yeya24/promlinter v0.1.1-0.20210918184747-d757024714a1
9898 gitlab.com/bosi/decorder v0.2.1
99- golang.org/x/tools v0.1.9-0.20211228192929-ee1ca4ffc4da
99+ golang.org/x/tools v0.1.9
100100 gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
101101 honnef.co/go/tools v0.2.2
102102 mvdan.cc/gofumpt v0.2.1
Original file line number Diff line number Diff line change @@ -41,5 +41,5 @@ func NewVarnamelen(settings *config.VarnamelenSettings) *goanalysis.Linter {
4141 "checks that the length of a variable's name matches its scope" ,
4242 []* analysis.Analyzer {a },
4343 cfg ,
44- ).WithLoadMode (goanalysis .LoadModeSyntax )
44+ ).WithLoadMode (goanalysis .LoadModeTypesInfo )
4545}
You can’t perform that action at this time.
0 commit comments