소스 검색

picky about exact file extension

Robert Kosten 2 년 전
부모
커밋
f26cfe3835
2개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      .pre-commit-hooks.yaml
  2. 1 1
      pre_commit_hooks/shellharden.sh

.pre-commit-hooks.yml → .pre-commit-hooks.yaml


+ 1 - 1
pre_commit_hooks/shellharden.sh

@@ -13,6 +13,6 @@ fi
 echo "$@"
 exit 1
 
-shellharden "$@"
+shellharden --check "$@"