go-ruleguard
Define and run pattern-based custom linting rules. (by quasilyte)
testifylint
The Golang linter that checks usage of github.com/stretchr/testify. (by Antonboom)
go-ruleguard | testifylint | |
---|---|---|
2 | 1 | |
814 | 128 | |
0.9% | 7.2% | |
3.8 | 8.1 | |
28 days ago | 7 days ago | |
Go | Go | |
BSD 3-clause "New" or "Revised" License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
go-ruleguard
Posts with mentions or reviews of go-ruleguard.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-26.
- Custom Linting Rules in Go
-
Linter for strings ?
You can try https://github.com/quasilyte/go-ruleguard
testifylint
Posts with mentions or reviews of testifylint.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Open source software maintenance is difficult: examples with Go math/rand/v2 and testify
PS: @Antonboom is doing an amazing work with testifylint. That is a major tool that helps Testify users to avoid v1's traps. More than a v2.
What are some alternatives?
When comparing go-ruleguard and testifylint you can also consider the following projects:
smrcptr - detect mixing pointer and value method receivers
gosimple
gochk - Static Dependency Analysis Tool for Go Files
go-tools-unused - unused checks Go code for unused constants, variables, functions and types.
Chronos - Chronos - A static race detector for the go language
go-commentage - How far Go comments drifting behind?