Skip to content

Commit 8a366b2

Browse files
committed
skip boilerplate check for minikube-image-benchmark submodule
1 parent f72619a commit 8a366b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ then
4545
readonly BDIR="${ROOT_DIR}/hack/boilerplate"
4646
pushd . >/dev/null
4747
cd ${BDIR}
48-
missing="$(go run boilerplate.go -rootdir ${ROOT_DIR} -boilerplate-dir ${BDIR} | grep -E -v '/assets.go|/translations.go|/site/themes/|/site/node_modules|\./out|/hugo/|hack/benchmark/time-to-k8s/time-to-k8s-repo' || true)"
48+
missing="$(go run boilerplate.go -rootdir ${ROOT_DIR} -boilerplate-dir ${BDIR} | grep -E -v '/assets.go|/translations.go|/site/themes/|/site/node_modules|\./out|/hugo/|hack/benchmark/time-to-k8s/time-to-k8s-repo|hack/benchmark/image-build/minikube-image-benchmark' || true)"
4949
if [[ -n "${missing}" ]]; then
5050
echo "boilerplate missing: $missing"
5151
echo "consider running: ${BDIR}/fix.sh"

0 commit comments

Comments
 (0)