File tree 5 files changed +6
-10
lines changed
5 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ IMPORTANT: `varcheck` and `deadcode` has been removed of default linters.
309
309
### october 2021
310
310
311
311
1 . new linters:
312
- * ` contextcheck ` : https://github.com/sylvia7788 /contextcheck
312
+ * ` contextcheck ` : https://github.com/kkHAIKE /contextcheck
313
313
* ` varnamelen ` : https://github.com/blizzy78/varnamelen
314
314
2 . update linters:
315
315
* ` gochecknoglobals ` : to v0.1.0
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ require (
51
51
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
52
52
github.com/julz/importas v0.1.0
53
53
github.com/kisielk/errcheck v1.6.2
54
+ github.com/kkHAIKE/contextcheck v1.1.0
54
55
github.com/kulti/thelper v0.6.3
55
56
github.com/kunwardeep/paralleltest v1.0.6
56
57
github.com/kyoh86/exportloopref v0.1.8
@@ -92,7 +93,6 @@ require (
92
93
github.com/ssgreg/nlreturn/v2 v2.2.1
93
94
github.com/stbenjam/no-sprintf-host-port v0.1.1
94
95
github.com/stretchr/testify v1.8.0
95
- github.com/sylvia7788/contextcheck v1.0.9
96
96
github.com/tdakkota/asciicheck v0.1.1
97
97
github.com/tetafro/godot v1.4.11
98
98
github.com/timakin/bodyclose v0.0.0-20210704033933-f49887972144
Original file line number Diff line number Diff line change 1
1
package golinters
2
2
3
3
import (
4
- "github.com/sylvia7788 /contextcheck"
4
+ "github.com/kkHAIKE /contextcheck"
5
5
"golang.org/x/tools/go/analysis"
6
6
7
7
"github.com/golangci/golangci-lint/pkg/golinters/goanalysis"
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
306
306
WithSince ("v1.43.0" ).
307
307
WithPresets (linter .PresetBugs ).
308
308
WithLoadForGoAnalysis ().
309
- WithURL ("https://github.com/sylvia7788 /contextcheck" ),
309
+ WithURL ("https://github.com/kkHAIKE /contextcheck" ),
310
310
311
311
linter .NewConfig (golinters .NewCyclop (cyclopCfg )).
312
312
WithSince ("v1.37.0" ).
You can’t perform that action at this time.
0 commit comments