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.