From fb918b1b98ee7d786acd0ded8b7b4da5a942109b Mon Sep 17 00:00:00 2001 From: Charles Herlin Date: Wed, 30 Jan 2019 12:38:39 +0100 Subject: [PATCH] Add shellcheck recommendation --- tests/lib.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib.sh b/tests/lib.sh index ac07c71..2ca76af 100644 --- a/tests/lib.sh +++ b/tests/lib.sh @@ -67,6 +67,7 @@ contain() } dismiss_test() { + # shellcheck disable=2034 dismiss_test=1 }