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 a52b7d6 commit de45ce7Copy full SHA for de45ce7
contributors/devel/sig-testing/verify-tests.md
@@ -132,3 +132,14 @@ script:
132
"${KUBE_ROOT}/.kazelcfg.json" \
133
"${KUBE_ROOT}/build/root/.kazelcfg.json"
134
```
135
+
136
+## `verify-boilerplate`
137
138
+This script checks for the boilerplate header for all the files,
139
+whether the header is correct or wrong. The script collects all the
140
+file names generated by `hack/boilerplate/boilerplate.py` script and
141
+stores them into a list called `files_need_boilerplate`.
142
143
+Once we collect all the file names, we run a check to identify the
144
+files with wrong header. This check will only run if the file exists
145
+in the list mentioned above.
0 commit comments