Merge pull request #5825 from jbampton/add-pre-commit-hook

pre-commit: add hook `check-shebang-scripts-are-executable`
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-10-26 18:55:18 +09:00
committed by GitHub
2 changed files with 1 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ repos:
- id: check-executables-have-shebangs
exclude: ^test/t/lang\.rb$
- id: check-merge-conflict
- id: check-shebang-scripts-are-executable
- id: check-vcs-permalinks
- id: check-yaml
- id: detect-private-key
View File