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
Is your feature request related to a problem? Please describe.
We use a couple of shell scripts in this project but do not lint them like we do typescript files. Shellcheck is a common tool for this task that will ensure code-quality. We should add shellcheck to our commit hooks and enforce it in CI.
Describe the solution you'd like
Given a .sh file is modified
When a commit occurs
Then shellcheck lints the .sh file
Describe alternatives you've considered
N/A
Additional context
.lintstaged.json will need to be modified to trigger shellcheck on changes to .sh files.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We use a couple of shell scripts in this project but do not lint them like we do typescript files. Shellcheck is a common tool for this task that will ensure code-quality. We should add shellcheck to our commit hooks and enforce it in CI.
Describe the solution you'd like
.sh
file is modified.sh
fileDescribe alternatives you've considered
N/A
Additional context
.lintstaged.json
will need to be modified to trigger shellcheck on changes to.sh
files.The text was updated successfully, but these errors were encountered: