From a035f747c8bfb70c05114af9ea488a6be277cfc5 Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Sun, 19 Sep 2021 15:16:47 +0200 Subject: [PATCH] Disable SC2120 cause the method is called with a shortcut --- scripts/core/sxmo_contactmenu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/core/sxmo_contactmenu.sh b/scripts/core/sxmo_contactmenu.sh index 92b2102..2bd05a7 100755 --- a/scripts/core/sxmo_contactmenu.sh +++ b/scripts/core/sxmo_contactmenu.sh @@ -5,6 +5,7 @@ set -e +# shellcheck disable=SC2120 newcontact() { name="$(printf "" | sxmo_dmenu_with_kb.sh -p "$icon_usr Name")"