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 c209fe8 commit c2e7ccfCopy full SHA for c2e7ccf
hack/verify-import-boss.sh
@@ -43,4 +43,4 @@ for d in staging/src/k8s.io/*/; do
43
fi
44
done
45
46
-$(kube::util::find-binary "import-boss") --verify-only "$@" --input-dirs "$(IFS=, ; echo "${packages[*]}")"
+$(kube::util::find-binary "import-boss") --include-test-files=true --verify-only --input-dirs "$(IFS=, ; echo "${packages[*]}")"
0 commit comments