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

travis: replace golangci.com service with travis-local golangci-lint #1289

Merged
merged 1 commit into from
Mar 30, 2020

Conversation

kortschak
Copy link
Member

@kortschak kortschak commented Mar 14, 2020

Please take a look.

The golangci.com linting service is going away next month, so this replaces that with work done on travis. It is a little harsher since it will actually fail a build that fails a lint check, but we can adjust that if needed, and lint checks can be tuned or turned off with //nolint directives.

Currently linting cannot be done on arm64, so asm lint won't be checked on that arch for now.

@kortschak
Copy link
Member Author

ping

golangci.com is going away in a couple of weeks.

Copy link
Member

@sbinet sbinet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not overly enthusiast about this binary-only installation (and their rationale on their repo is -IMHO- a bit weak), but I suppose it doesn't change much wrt using a web-based service...

@kortschak
Copy link
Member Author

Agreed. I use a source-based install locally. With modules, hopefully they will come around at some point.

I've filed golangci/golangci-lint#1006.

@kortschak kortschak merged commit 054b607 into master Mar 30, 2020
@kortschak kortschak deleted the travis/range-exp branch March 30, 2020 07:51
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.

None yet

2 participants