File tree 4 files changed +7
-4
lines changed
scripts/website/expand_templates
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
11
11
github.com/Antonboom/nilnil v1.1.0
12
12
github.com/Antonboom/testifylint v1.6.1
13
13
github.com/BurntSushi/toml v1.5.0
14
- github.com/Crocmagnon/fatcontext v0.7.2
15
14
github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
16
15
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
17
16
github.com/OpenPeeDeeP/depguard/v2 v2.2.1
@@ -127,6 +126,7 @@ require (
127
126
gitlab.com/bosi/decorder v0.4.2
128
127
go-simpler.org/musttag v0.13.0
129
128
go-simpler.org/sloglint v0.11.0
129
+ go.augendre.info/fatcontext v0.8.0
130
130
go.uber.org/automaxprocs v1.6.0
131
131
golang.org/x/mod v0.24.0
132
132
golang.org/x/sys v0.32.0
Original file line number Diff line number Diff line change 1
1
package fatcontext
2
2
3
3
import (
4
- "github.com/Crocmagnon /fatcontext/pkg/analyzer"
4
+ "go.augendre.info /fatcontext/pkg/analyzer"
5
5
"golang.org/x/tools/go/analysis"
6
6
7
7
"github.com/golangci/golangci-lint/v2/pkg/config"
Original file line number Diff line number Diff line change @@ -99,6 +99,9 @@ func extractInfo(lc *linter.Config) authorInfo {
99
99
case "misspell" :
100
100
return authorInfo {Author : "client9" , Host : hostGitHub }
101
101
102
+ case "fatcontext" :
103
+ return authorInfo {Author : "Crocmagnon" , Host : hostGitHub }
104
+
102
105
default :
103
106
if strings .HasPrefix (lc .OriginalURL , "https://pkg.go.dev/" ) {
104
107
return authorInfo {Author : "golang" , Host : hostGitHub }
You can’t perform that action at this time.
0 commit comments