From e9543991ee7c596d134bbe7dc96a1bfd6dcbc2e6 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Thu, 21 Jan 2021 19:51:04 +0100 Subject: [PATCH] add shellcheck for bashbot.conf --- dev/shellcheck.files | 3 ++- mycommands.conf | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev/shellcheck.files b/dev/shellcheck.files index f43ba31..fcd09c6 100644 --- a/dev/shellcheck.files +++ b/dev/shellcheck.files @@ -1,4 +1,5 @@ # list of additional files to check from shellcheck -#### $$VERSION$$ v1.30-0-g3266427 +#### $$VERSION$$ v1.31-dev-15-g07f026c bashbot.rc +mycommands.conf mycommands.sh.clean diff --git a/mycommands.conf b/mycommands.conf index e06fe09..736928d 100644 --- a/mycommands.conf +++ b/mycommands.conf @@ -1,4 +1,5 @@ #!/bin/bash +# shellcheck disable=SC2034 ####################################################### # # File: mycommands.conf @@ -11,7 +12,7 @@ # Author: KayM (gnadelwartz), kay@rrr.de # Created: 09.01.2021 07:27 # -#### $$VERSION$$ v1.30-0-g3266427 +#### $$VERSION$$ v1.31-dev-15-g07f026c ####################################################### ##########