Closed gqmelo closed 1 year ago
This adds other pre-commit hooks and their respective fixes:
check-executables-have-shebangs
check-shebang-scripts-are-executable
check-vcs-permalinks
Note: the changes in some files shown as Empty, are changing the permissions to execute them.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
This adds other pre-commit hooks and their respective fixes:
check-executables-have-shebangs
,check-shebang-scripts-are-executable
: to detect inconsistent shell scripts permissions and shebangcheck-vcs-permalinks
: to ensure that the links for source code in GitHub for example are permalinks, to avoid referring to the wrong code.Note: the changes in some files shown as Empty, are changing the permissions to execute them.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.