File tree 6 files changed +7
-7
lines changed
6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ There is the most valuable changes log:
87
87
88
88
1 . new linters
89
89
* ` ginkgolinter ` : https://github.com/nunnatsa/ginkgolinter
90
- * ` musttag ` : https://github.com/junk1tm /musttag
90
+ * ` musttag ` : https://github.com/tmzane /musttag
91
91
* ` gocheckcompilerdirectives ` : https://github.com/leighmcculloch/gocheckcompilerdirectives
92
92
2 . updated linters
93
93
* ` bodyclose ` : to HEAD
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ The Core Team has the following responsibilities:
181
181
<td align =" center " ><a href =" https://github.com/barthr?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/9822478?u=c159fa0a22133fabb6a8468ed2372273f60cc7d9&v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Bart</b ></sub ></a ></td >
182
182
<td align =" center " ><a href =" https://github.com/neha-viswanathan?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/12013126?u=479684c936cc8b80f122fdede3f4afc4ceb80136&v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Neha Viswanathan</b ></sub ></a ></td >
183
183
<td align =" center " ><a href =" https://github.com/dbraley?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/2067019?u=47d3d161a65b877714779c39d2eb6dc686d427ec&v=4 " width =" 100px; " alt =" " /><br /><sub ><b >David Braley</b ></sub ></a ></td >
184
- <td align =" center " ><a href =" https://github.com/junk1tm ?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/73077675?u=2e0a95650ef31e86c4b40b8d041794f6752aed3a&v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Tom</b ></sub ></a ></td >
184
+ <td align =" center " ><a href =" https://github.com/tmzane ?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/73077675?u=2e0a95650ef31e86c4b40b8d041794f6752aed3a&v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Tom</b ></sub ></a ></td >
185
185
<td align =" center " ><a href =" https://github.com/cbandy?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/106560?v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Chris Bandy</b ></sub ></a ></td >
186
186
<td align =" center " ><a href =" https://patrickkuca.com?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/9790383?u=f3ee6bab4997260734040e0119d4cb35810973d7&v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Patrick Kuca</b ></sub ></a ></td >
187
187
<td align =" center " ><a href =" https://dev.to/vearutop?utm_source=golangci-lint-contributors " ><img src =" https://avatars.githubusercontent.com/u/1381436?v=4 " width =" 100px; " alt =" " /><br /><sub ><b >Viacheslav Poturaev</b ></sub ></a ></td >
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ require (
54
54
github.com/jingyugao/rowserrcheck v1.1.1
55
55
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
56
56
github.com/julz/importas v0.1.0
57
- github.com/junk1tm/musttag v0.5.0
58
57
github.com/kisielk/errcheck v1.6.3
59
58
github.com/kkHAIKE/contextcheck v1.1.4
60
59
github.com/kulti/thelper v0.6.3
@@ -113,6 +112,7 @@ require (
113
112
github.com/yeya24/promlinter v0.2.0
114
113
github.com/ykadowak/zerologlint v0.1.1
115
114
gitlab.com/bosi/decorder v0.2.3
115
+ go.tmz.dev/musttag v0.6.0
116
116
golang.org/x/tools v0.8.0
117
117
gopkg.in/yaml.v3 v3.0.1
118
118
honnef.co/go/tools v0.4.3
Original file line number Diff line number Diff line change 1
1
package golinters
2
2
3
3
import (
4
- "github.com/junk1tm /musttag"
4
+ "go.tmz.dev /musttag"
5
5
"golang.org/x/tools/go/analysis"
6
6
7
7
"github.com/golangci/golangci-lint/pkg/config"
Original file line number Diff line number Diff line change @@ -655,7 +655,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
655
655
WithSince ("v1.51.0" ).
656
656
WithLoadForGoAnalysis ().
657
657
WithPresets (linter .PresetStyle , linter .PresetBugs ).
658
- WithURL ("https://github.com/junk1tm /musttag" ),
658
+ WithURL ("https://github.com/tmzane /musttag" ),
659
659
660
660
linter .NewConfig (golinters .NewNakedret (nakedretCfg )).
661
661
WithSince ("v1.19.0" ).
You can’t perform that action at this time.
0 commit comments