mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 20:16:53 +00:00
Include python script to check SPDX lines
Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
This commit is contained in:
parent
e437b7ed51
commit
d4688f5c1f
2 changed files with 66 additions and 0 deletions
|
|
@ -64,6 +64,9 @@ Check for files that contain merge conflict strings.
|
|||
#### `check-shebang-scripts-are-executable`
|
||||
Checks that scripts with shebangs are executable.
|
||||
|
||||
#### `check-spdx`
|
||||
Checks for the presence of an SPDX-License-Identifier in the comments of source files.
|
||||
|
||||
#### `check-symlinks`
|
||||
Checks for symlinks which do not point to anything.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue