You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters
59
59
*[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.
60
60
*[go-consistent](https://github.com/Quasilyte/go-consistent) - source code analyzer that helps you to make your Go programs more consistent.
61
61
*[go-namecheck](https://github.com/Quasilyte/go-namecheck) - source code analyzer that helps you to maintain variable/field naming conventions inside your project.
62
+
*[go-ruleguard](https://github.com/quasilyte/go-ruleguard) - Define and run pattern-based custom linting rules.
62
63
*[gochecknoinits](https://4d63.com/gochecknoinits) - Find init functions, to reduce side effects in code.
63
64
*[gochecknoglobals](https://4d63.com/gochecknoglobals) - Find global vars, to reduce side effects in code.
64
65
*[goconst](https://github.com/jgautheron/goconst) - Find in Go repeated strings that could be replaced by a constant.