paleolimbot commented on PR #580:
URL: https://github.com/apache/sedona-db/pull/580#issuecomment-3878467919

   I'd rather not have the hook be on push either for my personal workflow (I 
do a lot of pushing to docs, R, and Python and do a lot of branch switching and 
my IDE is already running clippy as I do that).
   
   How about keeping the shell script you have here and adding a note to the 
Contributor's guide about how to install your own commit hook? I believe it is 
basically:
   
   ```shell
   echo "./ci/scripts/clippy.sh" >> .git/hooks/pre-commit
   chmod +x .git/hooks/pre-commit
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to