Bash-it / bash-it

A community Bash framework.
MIT License
14.14k stars 2.29k forks source link

chore: replace shebang with shellcheck :art: #2212

Closed robertoschiavone closed 8 months ago

robertoschiavone commented 11 months ago

Description

This commit replaces every shebang directive with shellcheck.

Motivation and Context

Fixes #2202

Types of changes

Checklist:

cornfeedhobo commented 8 months ago

@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.