From 41d8cceaeb7e711fc4a5f3769565c10cd7384e09 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 29 May 2017 17:55:26 +0300
Subject: [PATCH] - Don't fail in the shellcheck hook if sourcing/ calling
 scripts not checked by shellscript (in case the modification is only in the
 calling script the test will fail since only the modified script is checked).
 - Bumped patch version.

---
 VERSION    | 2 +-
 hooks.yaml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/VERSION b/VERSION
index c52db98..167b000 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.5.3
\ No newline at end of file
+0.5.4
\ No newline at end of file
diff --git a/hooks.yaml b/hooks.yaml
index 821dc76..74771c9 100644
--- a/hooks.yaml
+++ b/hooks.yaml
@@ -10,4 +10,5 @@
   description: A shell script static analysis tool
   language: system
   entry: shellcheck
+  args: ['--external-sources']
   files: *shell_scripts
-- 
GitLab