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 125760b commit 573a850Copy full SHA for 573a850
hack/check-everything.sh
@@ -73,8 +73,9 @@ setup_envs
73
${hack_dir}/verify.sh
74
${hack_dir}/test-all.sh
75
76
-header_text "confirming example compiles (via go install)"
77
-go install ./example
+header_text "confirming examples compile (via go install)"
+go install ./examples/builtins
78
+go install ./examples/crd
79
80
echo "passed"
81
exit 0
hack/verify.sh
@@ -50,7 +50,7 @@ gometalinter.v2 --disable-all \
50
--enable=dupl \
51
--skip=atomic \
52
--enable=goimports \
53
- ./pkg/... ./example/... .
+ ./pkg/... ./examples/... .
54
# TODO: Enable these as we fix them to make them pass
55
# --enable=gosec \
56
# --enable=maligned \
0 commit comments