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.
2 parents 7f3a98e + a190b4b commit 6fe8a23Copy full SHA for 6fe8a23
hack/verify-spelling.sh
@@ -33,5 +33,5 @@ fi
33
# Spell checking
34
# All the skipping files are defined in hack/.spelling_failures
35
skipping_file="${KUBE_ROOT}/hack/.spelling_failures"
36
-failing_packages=$(echo `cat hack/.spelling_failures` | sed "s| | -e |g")
37
-git ls-files | grep -v -e ${failing_packages} | xargs misspell -i "Creater,creater,ect" -error -o stderr
+failing_packages=$(echo `cat ${skipping_file}` | sed "s| | -e |g")
+git ls-files | grep -v -e ${failing_packages} | xargs misspell -i "" -error -o stderr
0 commit comments