Skip to content

Commit 0197688

Browse files
authored
docs: add thanks to the creator of golangci-lint (#6239)
1 parent 5de45da commit 0197688

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

docs/content/docs/product/thanks.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,12 @@ aliases:
1919

2020
### Special thanks
2121

22-
Thanks to [alecthomas/gometalinter](https://github.com/alecthomas/gometalinter) for inspiration and amazing work.
22+
Thanks to Ludovic Fernandez ([@ldez](https://github.com/ldez)) for actively maintaining the golangci-lint project.
2323

24-
Thanks to [bradleyfalzon/revgrep](https://github.com/bradleyfalzon/revgrep) for cool diff tool.
24+
Thanks to Denis Isaev ([@jirfag](https://github.com/jirfag)) for creating golangci-lint and the GitHub Action [golangci-lint-action](https://github.com/golangci/golangci-lint-action).
25+
26+
Thanks to Alec Thomas ([@alecthomas](https://github.com/alecthomas)) and [alecthomas/gometalinter](https://github.com/alecthomas/gometalinter) for inspiration and amazing work.
27+
28+
Thanks to Bradley Falzon ([@bradleyfalzon](https://github.com/bradleyfalzon)) and [bradleyfalzon/revgrep](https://github.com/bradleyfalzon/revgrep) for cool diff tool.
2529

2630
The golangci-lint logo is inspired by the Go gopher designed by Renee French [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).

docs/data/thanks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,14 @@
293293
"profile": "https://github.com/sponsors/jingyugao",
294294
"avatar": "https://github.com/jingyugao.png"
295295
},
296+
{
297+
"name": "jirfag",
298+
"linters": [
299+
"goprintffuncname"
300+
],
301+
"profile": "https://github.com/sponsors/jirfag",
302+
"avatar": "https://github.com/jirfag.png"
303+
},
296304
{
297305
"name": "jjti",
298306
"linters": [

scripts/website/dump_info/thanks.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@ func extractInfo(lc *linter.Config) authorInfo {
114114
case "godoclint":
115115
return authorInfo{Author: "babakks", Host: hostGitHub}
116116

117+
case "goprintffuncname":
118+
return authorInfo{Author: "jirfag", Host: hostGitHub}
119+
117120
default:
118121
if strings.HasPrefix(lc.OriginalURL, "https://pkg.go.dev/") {
119122
return authorInfo{Author: "golang", Host: hostGitHub}

0 commit comments

Comments
 (0)