Skip to content
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 #20

Merged
merged 1 commit into from
Mar 18, 2020

Conversation

Erouan50
Copy link
Contributor

The maintainer of gometalinter has deprecated its tool and advise now to
use golangci-lint instead. We can't use the latest version, because it's
not compatible with the current version of Go.

Use the shell script installer instead of go get as the authors of the
tool say in the README. It's faster and more reliable to download
directly the binary than build it in.

The maintainer of gometalinter has deprecated its tool and advise now to
use golangci-lint instead. We can't use the latest version, because it's
not compatible with the current version of Go.

Use the shell script installer instead of `go get` as the authors of the
tool say in the README. It's faster and more reliable to download
directly the binary that build it in.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 94.872% when pulling 40c32ee on Erouan50:golangci-lint into dd9a162 on bpineau:master.

@bpineau
Copy link
Owner

bpineau commented Mar 18, 2020

Hey, good move, thanks Antoine!

@bpineau bpineau merged commit cfdcc16 into bpineau:master Mar 18, 2020
@Erouan50 Erouan50 deleted the golangci-lint branch March 18, 2020 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants