From 68a71293f7bf6b9aa7bb13cabc2c00595b5b8bd2 Mon Sep 17 00:00:00 2001 From: Ryan Currah Date: Tue, 21 Apr 2020 20:18:51 -0400 Subject: [PATCH] regenerate readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4be47438..c72df261 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Follow the news and releases on our [twitter](https://twitter.com/golangci) and Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running linters on GitHub pull requests. Free for Open Source. - + - [GolangCI-Lint](#golangci-lint) - [Demo](#demo) @@ -490,6 +490,7 @@ golangci-lint help linters - [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 - [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 ## Configuration @@ -1279,6 +1280,7 @@ Thanks to developers and authors of used linters: - [bombsimon](https://github.com/bombsimon) - [jirfag](https://github.com/jirfag) - [tommy-muehle](https://github.com/tommy-muehle) +- [ryancurrah](https://github.com/ryancurrah) - [tetafro](https://github.com/tetafro) ## Changelog