Do not run git-hook checks when there are no files
Apparently there are some cases where the git hook will not find files to run the checks against (e.g., when amending a commit message). In those cases, it's best not to attempt to run any checks and to allow the hook to exit successfully. Closes #303
Loading
Please register or sign in to comment