Skip to content

Commit 68a7129

Browse files
committed
regenerate readme
1 parent 990b43f commit 68a7129

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow the news and releases on our [twitter](https://twitter.com/golangci) and
1515

1616
Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running linters on GitHub pull requests. Free for Open Source.
1717

18-
<a href="https://golangci.com/"><img src="docs/go.png" width="250px"></a>
18+
<a href="https://golangci.com/"><img src="docs/go.png" width="250px"></a>
1919

2020
- [GolangCI-Lint](#golangci-lint)
2121
- [Demo](#demo)
@@ -490,6 +490,7 @@ golangci-lint help linters
490490
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
491491
- [goprintffuncname](https://github.com/jirfag/go-printf-func-name) - Checks that printf-like functions are named with `f` at the end
492492
- [gomnd](https://github.com/tommy-muehle/go-mnd) - An analyzer to detect magic numbers.
493+
- [gomodguard](https://github.com/ryancurrah/gomodguard) - Allow and block list linter for direct Go module dependencies.
493494
- [godot](https://github.com/tetafro/godot) - Check if comments end in a period
494495
495496
## Configuration
@@ -1279,6 +1280,7 @@ Thanks to developers and authors of used linters:
12791280
- [bombsimon](https://github.com/bombsimon)
12801281
- [jirfag](https://github.com/jirfag)
12811282
- [tommy-muehle](https://github.com/tommy-muehle)
1283+
- [ryancurrah](https://github.com/ryancurrah)
12821284
- [tetafro](https://github.com/tetafro)
12831285
12841286
## Changelog

0 commit comments

Comments
 (0)