From 91f67bf0d3f4c4368b7adeead10c0d9e3ed69f9d Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Thu, 30 Apr 2020 11:42:34 -0500 Subject: [PATCH] it hates the possum --- lib/linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linter.sh b/lib/linter.sh index 15a6da41..8a388309 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -1,5 +1,5 @@ #!/bin/bash -# shellcheck disable=SC1003 +# shellcheck disable=SC1003,SC2016 ################################################################################ ################################################################################