File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
scripts/website/expand_templates Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ require (
1111 github.com/Antonboom/nilnil v1.1.0
1212 github.com/Antonboom/testifylint v1.6.1
1313 github.com/BurntSushi/toml v1.5.0
14- github.com/Crocmagnon/fatcontext v0.7.2
1514 github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24
1615 github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.1
1716 github.com/OpenPeeDeeP/depguard/v2 v2.2.1
@@ -127,6 +126,7 @@ require (
127126 gitlab.com/bosi/decorder v0.4.2
128127 go-simpler.org/musttag v0.13.0
129128 go-simpler.org/sloglint v0.11.0
129+ go.augendre.info/fatcontext v0.8.0
130130 go.uber.org/automaxprocs v1.6.0
131131 golang.org/x/mod v0.24.0
132132 golang.org/x/sys v0.32.0
Original file line number Diff line number Diff line change 11package fatcontext
22
33import (
4- "github.com/Crocmagnon /fatcontext/pkg/analyzer"
4+ "go.augendre.info /fatcontext/pkg/analyzer"
55 "golang.org/x/tools/go/analysis"
66
77 "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 {
9999 case "misspell" :
100100 return authorInfo {Author : "client9" , Host : hostGitHub }
101101
102+ case "fatcontext" :
103+ return authorInfo {Author : "Crocmagnon" , Host : hostGitHub }
104+
102105 default :
103106 if strings .HasPrefix (lc .OriginalURL , "https://pkg.go.dev/" ) {
104107 return authorInfo {Author : "golang" , Host : hostGitHub }
You can’t perform that action at this time.
0 commit comments