diff --git a/scripts/hooks/post-commit b/scripts/hooks/post-commit index ba85f102..42953c4f 100755 --- a/scripts/hooks/post-commit +++ b/scripts/hooks/post-commit @@ -18,7 +18,6 @@ if [ $? == 0 ]; then else echo 'Style checker failed 😭'; echo 'Check style-checker-output.log for details'; - exit 1; fi # Run rule linter and print state (it doesn't block the commit) @@ -28,7 +27,6 @@ if [ $? == 0 ]; then else echo 'Rule linter failed 😭'; echo 'Check rule-linter-output.log for details'; - exit 2; fi # Restore stashed changes