DLA-Future icon indicating copy to clipboard operation
DLA-Future copied to clipboard

Pre-commit git hook helper script

Open biddisco opened this issue 2 years ago • 1 comments

biddisco avatar Mar 27 '23 12:03 biddisco

I have modified the primary .github/format.sh script to allow git precommit use. Instead of reformatting the user's files, when used as a hook, the script builds a list of files that are incorrectly formatted and outputs the list along with a command line that can be invoked to fix the files. (Same as pika pre-commit hook).

biddisco avatar Dec 04 '23 16:12 biddisco