From 1dd6919b37fc3fe0ee839aace2286d9b284eb4a6 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 29 Nov 2024 13:03:08 +0100 Subject: [PATCH] move linter ignore... Signed-off-by: Michael Grote --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1ecc6b6..4b147b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# shellcheck disable=SC1083 FROM python:3.13.0-bookworm ENV DEBIAN_FRONTEND=noninteractive @@ -57,7 +58,6 @@ RUN ansible-galaxy install -r requirements.yaml \ # dotfiles, see: https://git.mgrote.net/mg/dotfiles/raw/branch/master/scripts/setup_minimal.sh # hadolint ignore=DL3001 -# shellcheck disable=SC1083 RUN git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim \ && git clone https://${{ secrets.GITUSER }}:${{ secrets.GITUSERPW }}@git.mgrote.net/mg/dotfiles ~/dotfiles \ && ln -s ~/dotfiles/.tmux.conf ~/.tmux.conf \