changeset 541:ac92275b6847

For shellcheck commands: put a link to their website for an explanation
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 09 Sep 2024 15:38:20 +0200
parents bd1038de65cc
children 1e46e254366e
files share/local-bsdtools/common.subr share/local-bsdtools/farray.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/share/local-bsdtools/common.subr	Mon Sep 09 15:16:55 2024 +0200
+++ b/share/local-bsdtools/common.subr	Mon Sep 09 15:38:20 2024 +0200
@@ -13,7 +13,7 @@
 
 
 # shellcheck disable=3003,3043
-
+# See: https://www.shellcheck.net/wiki/
 
 #: The path to the external jq executable (JSON parser)
 JQ="/usr/local/bin/jq"
--- a/share/local-bsdtools/farray.sh	Mon Sep 09 15:16:55 2024 +0200
+++ b/share/local-bsdtools/farray.sh	Mon Sep 09 15:38:20 2024 +0200
@@ -73,7 +73,7 @@
 
 
 # shellcheck disable=2004,2166,3003,3043
-
+# See: https://www.shellcheck.net/wiki/
 
 _farr_array_prefix=_farr_A_
 _farr_alist_prefix=_farr_KV_