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 7778d53 commit a0b15b5Copy full SHA for a0b15b5
hack/verify-boilerplate.sh
@@ -25,4 +25,6 @@ echo "Checking file boilerplates…"
25
_tools/boilerplate \
26
-boilerplates hack/boilerplate \
27
-exclude .github \
28
- -exclude virtualworkspace/forked_cache_reader.go
+ -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