From 4698dbd06e965004f0923bfe82fc2804b6b6093f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 3 Jun 2018 07:07:52 +1000 Subject: [PATCH] misc: Surpress last lint errors as they are intended behavior --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 12e35f18..a98b72a9 100755 --- a/neofetch +++ b/neofetch @@ -1,7 +1,7 @@ #!/usr/bin/env bash # vim: noai:ts=4:sw=4:expandtab # shellcheck source=/dev/null -# shellcheck disable=2016,2009 +# shellcheck disable=2009,2012,2016 # # Neofetch: A command-line system information tool written in bash 3.2+. # https://github.com/dylanaraps/neofetch