We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72619a commit 8a366b2Copy full SHA for 8a366b2
test.sh
@@ -45,7 +45,7 @@ then
45
readonly BDIR="${ROOT_DIR}/hack/boilerplate"
46
pushd . >/dev/null
47
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)"
+ 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)"
49
if [[ -n "${missing}" ]]; then
50
echo "boilerplate missing: $missing"
51
echo "consider running: ${BDIR}/fix.sh"
0 commit comments