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
$ make lint golangci-lint cache clean make: golangci-lint: No such file or directory make: *** [Makefile:105: lint] Error 127
The text was updated successfully, but these errors were encountered:
fix make lint and make gosec error (wtfutil#1127)
4dd1148
fix wtfutil#1127 Install golangci-lint / gosec, if it is not installed. If we only support over go 1.16, we should use go install instead of go get. Use binary installation for golangci-lint because they recommends. https://golangci-lint.run/usage/install/#local-installation
Fix make lint and make gosec error
d0254dc
fix wtfutil#1127 Install golangci-lint / gosec, if it is not installed. Use binary installation for golangci-lint because they recommend. https://golangci-lint.run/usage/install/#local-installation
Fix make lint and make gosec error (#1128)
694c9ba
fix #1127 Install golangci-lint / gosec, if it is not installed. Use binary installation for golangci-lint because they recommend. https://golangci-lint.run/usage/install/#local-installation
Successfully merging a pull request may close this issue.
What's broken?
$ make lint golangci-lint cache clean make: golangci-lint: No such file or directory make: *** [Makefile:105: lint] Error 127
The text was updated successfully, but these errors were encountered: