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
The migration to bzlmod in #162 left nogo unsupported. See bazel-contrib/rules_go#3529 for context.
We have a static analysis tool that ensures there are no Go buildtags specified in _test.go files. Including such tags can silently prevent tests from running. See https://github.com/google/chrome-ssh-agent/tree/master/nogo/testbuildtags for the code.
This issue tracks finding a way to re-enable these static analysis checks.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
The migration to bzlmod in #162 left nogo unsupported. See bazel-contrib/rules_go#3529 for context.
We have a static analysis tool that ensures there are no Go buildtags specified in _test.go files. Including such tags can silently prevent tests from running. See https://github.com/google/chrome-ssh-agent/tree/master/nogo/testbuildtags for the code.
This issue tracks finding a way to re-enable these static analysis checks.
The text was updated successfully, but these errors were encountered: