You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using the check-executables-have-shebangs hook inside a vs-code devcontainer. If I run the pre-commit checks with pre-commit run -a the hook tells me that some files are marked executable but has no (or invalid) shebang. The problem is that these files don't have execution permission. As an example, look at the .proto files. I couldn't find any information regarding this issue with a Google search.
.
The text was updated successfully, but these errors were encountered:
I'm currently using the
check-executables-have-shebangs
hook inside a vs-code devcontainer. If I run the pre-commit checks withpre-commit run -a
the hook tells me that some files are marked executable but has no (or invalid) shebang. The problem is that these files don't have execution permission. As an example, look at the.proto
files. I couldn't find any information regarding this issue with a Google search..
The text was updated successfully, but these errors were encountered: