From 57d4c93d2db806df0eca5f59636757f0e8a08fde Mon Sep 17 00:00:00 2001 From: Sherman K Date: Fri, 19 Jan 2018 08:36:55 +0800 Subject: [PATCH] Disable shellcheck SC1090 --- .stickler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.stickler.yml b/.stickler.yml index 0304acb21..aa3813b99 100644 --- a/.stickler.yml +++ b/.stickler.yml @@ -1,7 +1,7 @@ linters: shellcheck: shell: bash - exclude: SC2034 + exclude: SC2034,SC1090 golint: files: