diff options
Diffstat (limited to 'utils/hooks/post-commit')
-rwxr-xr-x | utils/hooks/post-commit | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hooks/post-commit b/utils/hooks/post-commit index c8b1739a..f28cbd8d 100755 --- a/utils/hooks/post-commit +++ b/utils/hooks/post-commit @@ -1,5 +1,7 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0-or-later + # Execute the checkstyle script after committing any code. This allows the # commit to succeed, but ensures that the developer is aware of any potential # issues immediately, and can resolve them and fix rapidly with: |