Skip to content

Commit

Permalink
Merge pull request #38535 from caesarxuchao/precommit
Browse files Browse the repository at this point in the history
Automatic merge from submit-queue

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

Follow up of #38309
  • Loading branch information
Kubernetes Submit Queue committed Dec 10, 2016
2 parents c2aaac9 + 15d0984 commit 161c01a
Showing 1 changed file with 0 additions and 12 deletions.
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

0 comments on commit 161c01a

Please sign in to comment.