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
There should be an option to only shellcheck all files in a specific folder, for example shellCheck("./resources"). As of now, shellCheck() checks all shell scripts in all subfolders which is sometimes too much, e.g. when there is a node_modules folder present.
The text was updated successfully, but these errors were encountered:
There should be an option to only shellcheck all files in a specific folder, for example
shellCheck("./resources")
. As of now,shellCheck()
checks all shell scripts in all subfolders which is sometimes too much, e.g. when there is a node_modules folder present.The text was updated successfully, but these errors were encountered: