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

Resolve Executable File Lint issues #29

Closed
Matthew-Grayson opened this issue Mar 7, 2024 · 0 comments · Fixed by #46
Closed

Resolve Executable File Lint issues #29

Matthew-Grayson opened this issue Mar 7, 2024 · 0 comments · Fixed by #46
Assignees

Comments

@Matthew-Grayson
Copy link
Contributor

Matthew-Grayson commented Mar 7, 2024

🐛 Summary

Fix all issues flagged by pre-commit related to executable files.
To fix these issues run the following pre-commit hooks:
shfmt and
check-executables-have-shebangs

To setup pre-commit, run ./setup-env.
If it fails to run, follow the instructions returned in the console. This includes installing pyenv pyenv-virtualenv, and adding its path to .zhrc.

To run the check-case-conflict hook, run pre-commit run check-case-conflict --all-files.
To run a different hook, replace check-case-conflict with the name of the hook. The list of available hooks is in .pre-commit-config.yaml

@Matthew-Grayson Matthew-Grayson changed the title Resolve Shell File Lint issues Resolve Executable File Lint issues Mar 7, 2024
@Matthew-Grayson Matthew-Grayson self-assigned this Mar 12, 2024
@Matthew-Grayson Matthew-Grayson linked a pull request Mar 13, 2024 that will close this issue
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant