From a834a9138aa18802a55a8c1d4f4407ab3fc7d257 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 24 Apr 2023 16:58:57 +0300 Subject: [PATCH] CI: Shellcheck ignore 1091 --- config/exports-apps | 1 + 1 file changed, 1 insertion(+) diff --git a/config/exports-apps b/config/exports-apps index 86a5e93..561aaca 100755 --- a/config/exports-apps +++ b/config/exports-apps @@ -1,6 +1,7 @@ #!/usr/bin/env bash # shellcheck shell=bash # shellcheck enable=external-sources +# shellcheck disable=1091 # vim: filetype=zsh source "$DOTFILES/scripts/shared.sh"