Robert Shaw

Results 2 issues of Robert Shaw

**Describe the bug** If you use the `pre-commit` hook `check-added-large-files` found here: https://github.com/pre-commit/pre-commit-hooks This hook will cause calling of command `git lfs status --json` multiple times in parallel for different...

enhancement

The `shfmt` pre-commit hook fails if the file path contains spaces. The issue is that these lines in: https://github.com/jumanjihouse/pre-commit-hooks/blob/master/pre_commit_hooks/shfmt ``` readonly cmd="shfmt -w $*" echo "[RUN] ${cmd}" ${cmd} ``` should...