-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Simplify usage: don't require github token #11
Comments
jirfag
added a commit
to golangci/golangci-lint
that referenced
this issue
May 7, 2020
It will be used by GitHub action `golangci-lint-action`. Relates: golangci/golangci-lint-action#11
jirfag
added a commit
to golangci/golangci-lint
that referenced
this issue
May 9, 2020
It will be used by GitHub action `golangci-lint-action`. Relates: golangci/golangci-lint-action#11
jirfag
added a commit
that referenced
this issue
May 9, 2020
jirfag
added a commit
that referenced
this issue
May 9, 2020
jirfag
added a commit
that referenced
this issue
May 9, 2020
jirfag
added a commit
that referenced
this issue
May 9, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generate version-maps.json in golangci-lint repository and download it for detecting a last patch version. Using GitHub API without tokens can fail because of 60 req/hour rate limit.
But maybe we will need it again for leaving comments instead of annotations in #5. Need to research.
Even if we need it - we can make it optional only when comments are needed.
The text was updated successfully, but these errors were encountered: