Include python script to check SPDX lines

Signed-off-by: Marcus Burghardt <maburgha@redhat.com>
This commit is contained in:
Marcus Burghardt 2024-12-06 12:26:34 +01:00
parent e437b7ed51
commit d4688f5c1f
No known key found for this signature in database
GPG key ID: 7AD02C90E211DDFF
2 changed files with 66 additions and 0 deletions

View file

@ -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.