mirror of
https://github.com/yogeshpaliyal/KeyPass.git
synced 2026-05-06 11:20:25 -05:00
git precommit hook fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user