From e45c370e98540756cb617f639cbd4dd17bacdb35 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 23 Aug 2016 20:21:48 +1200 Subject: Ignore SC1090 (allow unfollowable dotting) --- lint/bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lint/bash') diff --git a/lint/bash b/lint/bash index 0fd11df1..9a9ad758 100755 --- a/lint/bash +++ b/lint/bash @@ -1,2 +1,2 @@ #!/bin/sh -find bash -type f -print -exec shellcheck -s bash -- {} \; +find bash -type f -print -exec shellcheck -e SC1090 -s bash -- {} \; -- cgit v1.2.3