mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-16 19:10:03 +00:00
Merge pull request #30 from weaveworks/mike/shell-lint/dont-error-if-empty
shell-lint: Don't fail if no shell scripts found
This commit is contained in:
@@ -10,4 +10,4 @@
|
||||
# - files-with-type
|
||||
# - file >= 5.22
|
||||
|
||||
"$(dirname "${BASH_SOURCE[0]}")/files-with-type" text/x-shellscript "$@" | xargs shellcheck
|
||||
"$(dirname "${BASH_SOURCE[0]}")/files-with-type" text/x-shellscript "$@" | xargs --no-run-if-empty shellcheck
|
||||
|
||||
Reference in New Issue
Block a user