Shellscript linter throws SC1091's #193
Labels
passed-dev-qa
Optional state. Use this when QAing other peoples fixes in another branch.ready to be merged to main
task
tasks not related to bugs or enhancements
very minor
A bug that is almost not a bug because it is so ingsignificat
Milestone
lint-starter
SC1091 appears for several different files.
The fix will be to add:
# shellcheck disable=SC1091
to the header of those files.
The text was updated successfully, but these errors were encountered: