go-critic
The most opinionated Go source code linter for code audit. (by go-critic)
revive
🔥 ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint (by mgechev)
go-critic | revive | |
---|---|---|
5 | 10 | |
1,859 | 4,837 | |
0.6% | - | |
7.1 | 9.1 | |
about 2 months ago | 2 days ago | |
Go | Go | |
MIT 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-critic
Posts with mentions or reviews of go-critic.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-21.
- Go-critic: the most opinionated Golang source code linter
- Just migrated our Open Source project to Golang
-
Linter for strings ?
Check out https://github.com/go-critic/go-critic and https://github.com/golangci/golangci-lint.
-
a go linter to check goroutines for a defer
https://github.com/go-critic/go-critic, This is a very popular linter and it uses syntax interpreter instead of regex, I suggest op to take a look
- New go-critic v0.6.0
revive
Posts with mentions or reviews of revive.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-09.
-
revive v1.3.4 is now available
The v1.3.4 of revive, the fast, configurable, extensible, flexible, and beautiful linter for Go, is available.
-
net/http extension to exchange structs
I would suggest checking out something like revive to improve the code. For instance you use an errors.New(fmt.Sprintf(... when you can just use fmt.Errorf(... to simplify it. I am not saying obey everything but there are some good lints included that can even catch bugs (for instance misusing errors.Is or errors.As or general equality).
-
Why elixir over Golang
Linting and static analysis: https://revive.run/
- Just migrated our Open Source project to Golang
-
Revive 1.3 is out
For people using this linter (like me) https://github.com/mgechev/revive
-
Is there a better alternative to `gofmt`?
Been using https://github.com/mgechev/revive in all my projects.
-
Change Blogging my first Hacktoberfest (2021)
The day after, I talked about the Hacktoberfest to Salvador (architect colleague and my technical/career unofficial mentor). He is known for contributing to revive a Golang linter. We decided that I could contribute by solving these 3 issues (2 new rules and add a docker image to the release). Since this moment, I have been coding every available hour I had. It felt so reviving to spend time coding on new projects, rewarding to solve issues for people actually using the tool. Here are all my contributions.
-
Golang Style Checkers
While golint may be deprecated it has been brought back as revive. You can also enable in golangci-lint.
- Mgechev/revive: faster,stricter,configurable,extensible,replacement for golint
-
pre-commit-golang v0.8.3 - Now with revive support
This release adds support for revive, a ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint.
What are some alternatives?
When comparing go-critic and revive you can also consider the following projects:
go-callvis - Visualize call graph of a Go program using Graphviz
go-tools - Staticcheck - The advanced Go linter
Golang-PDF-to-Image-Converter - This project will help you to convert PDF file to IMAGE using golang.
staticcheck
golang-ifood-sdk - Golang Ifood API SDK
emusak-ui - This is a tool which allows you to download saves or mods for Nintendo Switch emulators using a compatible Emusak backend
Peanut - 🐺 Deploy Databases and Services Easily for Development and Testing Pipelines.
wrapcheck - A Go linter to check that errors from external packages are wrapped
igo - Improved Go Syntax (transpiler)
ALVR - Stream VR games from your PC to your headset via Wi-Fi
gb
gofumpt - A stricter gofmt