File tree 1 file changed +3
-1
lines changed
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
15
15
16
16
Sponsored by [ GolangCI.com] ( https://golangci.com ) : SaaS service for running linters on GitHub pull requests. Free for Open Source.
17
17
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 >
19
19
20
20
- [ GolangCI-Lint] ( #golangci-lint )
21
21
- [ Demo] ( #demo )
@@ -490,6 +490,7 @@ golangci-lint help linters
490
490
- [wsl](https://github.com/bombsimon/wsl) - Whitespace Linter - Forces you to use empty lines!
491
491
- [goprintffuncname](https://github.com/jirfag/go-printf-func-name) - Checks that printf-like functions are named with `f` at the end
492
492
- [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.
493
494
- [godot](https://github.com/tetafro/godot) - Check if comments end in a period
494
495
495
496
## Configuration
@@ -1279,6 +1280,7 @@ Thanks to developers and authors of used linters:
1279
1280
- [bombsimon](https://github.com/bombsimon)
1280
1281
- [jirfag](https://github.com/jirfag)
1281
1282
- [tommy-muehle](https://github.com/tommy-muehle)
1283
+ - [ryancurrah](https://github.com/ryancurrah)
1282
1284
- [tetafro](https://github.com/tetafro)
1283
1285
1284
1286
## Changelog
You can’t perform that action at this time.
0 commit comments