From 1efc10e1832c130305cbb8990ea1f18122d541f1 Mon Sep 17 00:00:00 2001 From: Isaev Denis Date: Tue, 17 Sep 2019 00:11:47 +0300 Subject: [PATCH] Add dogsled --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d598e51..15c0dcb 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [splint](https://github.com/stathat/splint) - It finds any functions that are too long or have too many parameters or results. ### Style and Patterns Checking +* [dogsled](https://github.com/alexkohler/dogsled) - Finds assignments/declarations with too many blank identifiers. * [dupl](https://github.com/mibk/dupl) - Tool for code clone detection. * [go-checkstyle](https://github.com/qiniu/checkstyle) - checkstyle is a style check tool like java checkstyle. This tool inspired by java checkstyle, golint. The style refered to some points in Go Code Review Comments. * [go-cleanarch](https://github.com/roblaszczak/go-cleanarch) - go-cleanarch was created to validate Clean Architecture rules, like a The Dependency Rule and interaction between packages in your Go projects.