浏览代码

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 "$@"