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 919995f commit a78abf5Copy full SHA for a78abf5
scripts/verify-spelling.sh
@@ -63,6 +63,9 @@ cd "${ROOT}"
63
RES=0
64
echo "Checking spelling..."
65
ERROR_LOG="${TMP_DIR}/errors.log"
66
+
67
+# NOTE we usually don't correct old blog articles, so we ignore them in
68
+# this file.
69
skipping_file="${KUBE_ROOT}/scripts/.spelling_failures"
70
failing_packages=$(sed "s| | -e |g" "${skipping_file}")
71
git ls-files | grep content/${LANGUAGE} | grep -v -e "${failing_packages}" | xargs misspell > "${ERROR_LOG}"
0 commit comments