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
Golang ci is closing: https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
We should create Github Action that executes a golangci-lint.
It is an open-source project that will still be maintained: https://github.com/golangci/golangci-lint.
We need to do it in the SDK Go and the CLI.
Running it as a simple GitHub action will not add a useful message in PR.
Maybe we could test a solution like https://github.com/reviewdog/reviewdog that support golangci
We should run:
The text was updated successfully, but these errors were encountered:
feat(lb): add support for private network in lb resource (scaleway#917)
81cf050
* feat(lb-pn): add private network to lb * feat(lb-pn): remote lb private network * feat(lb-pn): add static_config test * feat(lb-pn): update all lb cassettes * feat(lb-pn): update all lb cassettes * feat(lb-pn): set zone schema * Update scaleway/resource_lb.go Co-authored-by: Rémy Léone <remy.leone@gmail.com> * feat(lb-pn): add wait private network state, update for private networks, test update * feat(lb-pn): add wait private network state, update for private networks, test update * feat(lb): update selector * feat(lb-pn): remove trailing number * feat(lb-pn): simplify static config check helper Co-authored-by: Rémy Léone <remy.leone@gmail.com>
Successfully merging a pull request may close this issue.
Golang ci is closing: https://medium.com/golangci/golangci-com-is-closing-d1fc1bd30e0e
We should create Github Action that executes a golangci-lint.
It is an open-source project that will still be maintained: https://github.com/golangci/golangci-lint.
We need to do it in the SDK Go and the CLI.
Running it as a simple GitHub action will not add a useful message in PR.
Maybe we could test a solution like https://github.com/reviewdog/reviewdog that support golangci
We should run:
The text was updated successfully, but these errors were encountered: