Comment out precommit hook for Doc (#1432)

Temporary Fix for #1431
This commit is contained in:
Peter Chen
2024-05-30 15:17:18 -04:00
committed by GitHub
parent 66e8a65732
commit 55b8134e6d

View File

@@ -3,4 +3,6 @@
# This script is intended to be run from the root of the repository.
source .githooks/check-format
source .githooks/check-docs
#source .githooks/check-docs
# TODO: Fix Doxygen issue with reference links. See https://github.com/XRPLF/clio/issues/1431