Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files getting flagged as executables without having execution permissions #762

Closed
jarkenau opened this issue May 4, 2022 · 1 comment
Closed

Comments

@jarkenau
Copy link

jarkenau commented May 4, 2022

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.

Screenshot 2022-05-05 at 01 09 29
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants