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

chore: replace shebang with shellcheck 🎨 #2212

Closed
wants to merge 1 commit into from
Closed

chore: replace shebang with shellcheck 🎨 #2212

wants to merge 1 commit into from

Conversation

robertoschiavone
Copy link
Contributor

Description

This commit replaces every shebang directive with shellcheck.

Motivation and Context

Fixes #2202

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist:

  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.

@cornfeedhobo
Copy link
Member

@robertoschiavone Thanks for your contribution. This effort to uplift shellcheck was decided to be too large, so instead we ask contributors to only uplift sections of the code they are also otherwise improving. To support this on-going effort, we have a clean_files.txt to track which should be linted. You can read more about that here.

@robertoschiavone robertoschiavone closed this by deleting the head repository Nov 15, 2023
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 this pull request may close these issues.

Why does installation add a interpreter directive (shebang) to bash_profile?
2 participants