regenerate readme

This commit is contained in:
Ryan Currah 2020-04-21 20:18:51 -04:00
parent 990b43f19a
commit 68a71293f7
No known key found for this signature in database
GPG Key ID: A8F5EF04CC2222B3

View File

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