mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Add check for executability of scripts with shebangs
Closes https://github.com/pre-commit/pre-commit-hooks/issues/543
This commit is contained in:
parent
9e7cd9f13a
commit
391ae30a64
5 changed files with 151 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ Attempts to load all json files to verify syntax.
|
|||
#### `check-merge-conflict`
|
||||
Check for files that contain merge conflict strings.
|
||||
|
||||
#### `check-shebang-scripts-are-executable`
|
||||
Checks that scripts with shebangs are executable.
|
||||
|
||||
#### `check-symlinks`
|
||||
Checks for symlinks which do not point to anything.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue