From 8a783b81a44338633847273382defd1903caeea2 Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Fri, 20 Oct 2023 15:29:09 +0000 Subject: [PATCH] Provide a ShellCheck configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch adds a ShellCheck configuration for s390-tools. See https://www.shellcheck.net/wiki/Directive for details. Reviewed-by: Jan Höppner Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- .shellcheckrc | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .shellcheckrc diff --git a/.shellcheckrc b/.shellcheckrc new file mode 100644 index 00000000..2864f68e --- /dev/null +++ b/.shellcheckrc @@ -0,0 +1,5 @@ +# Search in the current script's directory by default (since 0.7.0) +source-path=SCRIPTDIR + +# Allow external-sources (since 0.8.0) +external-sources=true