From feaaccb289fc98dab36680f577c62585c5a15e7c Mon Sep 17 00:00:00 2001 From: Yogesh Choudhary Paliyal Date: Sat, 3 Jun 2023 14:17:32 +0530 Subject: [PATCH] git precommit hook fix --- githooks/pre-commit | 7 ------- 1 file changed, 7 deletions(-) diff --git a/githooks/pre-commit b/githooks/pre-commit index 3071b3a4..bf4d0869 100755 --- a/githooks/pre-commit +++ b/githooks/pre-commit @@ -7,10 +7,3 @@ echo "*******************************" # Run Spotless ./gradlew spotlessApply ./gradlew spotlessKotlinApply - -# Check if lint found any errors -if [[ $? -ne 0 ]]; then - echo "Spotless found some errors. Please fix them before committing." - exit 1 -fi -