Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove hack/verify-munge-docs.sh from pre-commit hooks #38535

Merged
merged 1 commit into from
Dec 10, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 0 additions & 12 deletions hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -134,18 +134,6 @@ else
fi
echo "${reset}"

echo -ne "Checking for docs that need updating... "
if ! hack/verify-munge-docs.sh > /dev/null; then
echo "${red}ERROR!"
echo "Some docs are out of sync between CLI and markdown."
echo "To regenerate docs, run:"
echo " hack/update-munge-docs.sh"
exit_code=1
else
echo "${green}OK"
fi
echo "${reset}"

echo -ne "Checking for swagger type documentation that need updating... "
if ! hack/verify-generated-swagger-docs.sh > /dev/null; then
echo "${red}ERROR!"
Expand Down