File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Follow the news and releases on our [twitter](https://twitter.com/golangci) and
1515
1616Sponsored 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
You can’t perform that action at this time.
0 commit comments