-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Switch from gometalinter to golangci-lint #3896
Comments
We should do this sooner rather than later, preferably before it's officially sunsetted. |
Might as well do this around the |
5 tasks
As a side note, we'll keep running |
alessio
added a commit
that referenced
this issue
Mar 18, 2019
{,scripts/}Makefile: - Remove gometalinter, install golangci-lint. - Remove distinction between tools and devtools. Just tools is enough. - test_lint -> lint Migrating away from underscore separated names. - Remove unnecessary targets. - Drop tendermint/lint. Incompatbile with golangci-lint and no longer necessary anyway. Port tools/gometalinter.json to .golangci.yml Update CircleCI config accordingly. Closes: #3896
alessio
added a commit
that referenced
this issue
Mar 19, 2019
{,scripts/}Makefile: - Remove gometalinter, install golangci-lint. - Remove distinction between tools and devtools. Just tools is enough. - test_lint -> lint Migrating away from underscore separated names. - Remove unnecessary targets. - Drop tendermint/lint. Incompatbile with golangci-lint and no longer necessary anyway. - Fix misleading message in go-mod-cache. - New ci-target to avoid download tools twice. - Run tests with -mod=readonly. Port tools/gometalinter.json to .golangci.yml Update CircleCI config accordingly. Closes: #3896
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our beloved
gometalinter
has been terminated by its own authors, who suggest now to switch over https://github.com/golangci/golangci-lint.For Admin Use
The text was updated successfully, but these errors were encountered: