Skip to content

Commit a0b15b5

Browse files
committed
verify-boilerplate.sh: add kubernetes-derived files
Signed-off-by: Dr. Stefan Schimanski <stefan.schimanski@gmail.com>
1 parent 7778d53 commit a0b15b5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

hack/verify-boilerplate.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ echo "Checking file boilerplates…"
2525
_tools/boilerplate \
2626
-boilerplates hack/boilerplate \
2727
-exclude .github \
28-
-exclude virtualworkspace/forked_cache_reader.go
28+
-exclude virtualworkspace/forked_cache_reader.go \
29+
-exclude envtest
30+
_tools/boilerplate -boilerplates hack/boilerplate/kubernetes -exclude '*' envtest virtualworkspace/forked_cache_reader.go

0 commit comments

Comments
 (0)