We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm seeing this:
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | BINARY=golangci-lint bash -s -- v1.31.0 golangci/golangci-lint info checking GitHub for tag 'v1.31.0' golangci/golangci-lint info found version: 1.31.0 for v1.31.0/linux/amd64 golangci/golangci-lint info installed ./bin/golangci-lint bin/golangci-lint run Error: server/handlers.go:837:2: ifElseChain: rewrite if-else to switch statement (gocritic) if providedCodeVerifier != "" && codeChallengeFromStorage != "" { ^ make: *** [lint] Error 1 Error: Makefile:70: recipe for target 'lint' failed Error: Process completed with exit code 2.
The text was updated successfully, but these errors were encountered:
I will fix it because I'm the last who changed lint rules.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm seeing this:
The text was updated successfully, but these errors were encountered: