We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dba981e commit b47b35dCopy full SHA for b47b35d
.bazelci/config.yml
@@ -1,5 +1,12 @@
1
---
2
platforms:
3
+ go_vet:
4
+ name: ":go: vet"
5
+ platform: ubuntu1804
6
+ shell_commands:
7
+ - go vet github.com/bazelbuild/bazelisk/...
8
+ - go get -u golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow
9
+ - go vet -vettool=$(which shadow) github.com/bazelbuild/bazelisk/...
10
ubuntu1604:
11
build_targets:
12
- //...
0 commit comments