diff --git a/.environment/pre-commit.runner.sh b/.environment/pre-commit.runner.sh index 08d9c05d0ee..ca0c927deb1 100755 --- a/.environment/pre-commit.runner.sh +++ b/.environment/pre-commit.runner.sh @@ -12,7 +12,7 @@ pushd "${REPO_ROOT?}" 1>/dev/null 2>&1 # Add your executable script here if you want them part of the pre-commit hook execution CHECKS_TO_RUN=( - ${REPO_ROOT}/.environment/gitleaks/run-gitleaks.sh + #${REPO_ROOT}/.environment/gitleaks/run-gitleaks.sh ${REPO_ROOT}/.environment/ktlint/run-ktlintCheck.sh ${REPO_ROOT}/.environment/terraform-fmt/run-terraform-fmt.sh ${REPO_ROOT}/.environment/eslint/run-eslintCheck.sh