summaryrefslogtreecommitdiff
path: root/hack
diff options
context:
space:
mode:
authorJianfei Hu <jianfeih@google.com>2018-12-07 11:06:44 -0800
committerJianfei Hu <jianfeih@google.com>2018-12-07 11:06:44 -0800
commit1b775253d3a0311c06da75f19334d25f5a35e174 (patch)
treeba3b5c5a1ef60a5b92694f8f9ee7a9de45183ed6 /hack
parent7980908c2ff41bc78836e628fa0c903ea4b3587f (diff)
parent6ac21ab4d415a459397f5cd2e6abd7b60ccac374 (diff)
Merge branch 'master' of https://github.com/kubernetes/community into patch-2
Diffstat (limited to 'hack')
-rw-r--r--hack/.spelling_failures2
-rwxr-xr-xhack/verify-generated-docs.sh3
2 files changed, 4 insertions, 1 deletions
diff --git a/hack/.spelling_failures b/hack/.spelling_failures
index 7bc1a753..6f00db63 100644
--- a/hack/.spelling_failures
+++ b/hack/.spelling_failures
@@ -1,2 +1,4 @@
events/elections/2017/
vendor/
+sig-contributor-experience/contribex-survey-2018.csv
+events/2014
diff --git a/hack/verify-generated-docs.sh b/hack/verify-generated-docs.sh
index 6c05a1f4..843541ba 100755
--- a/hack/verify-generated-docs.sh
+++ b/hack/verify-generated-docs.sh
@@ -54,7 +54,8 @@ if [[ ${mismatches} -gt "0" ]]; then
fi
echo "${mismatches} ${noun} detected."
echo "Do not manually edit sig-list.md or README.md files inside the sig folders."
- echo "Instead make your changes to sigs.yaml and then run \`make\`.";
+ echo "Instead make your changes to sigs.yaml, then run \`make\`, and then"
+ echo "commit your changes to sigs.yaml and any generated docs.";
echo "${break}"
exit 1;
fi