changeset 714:d016ac770a71

.shellcheckrc: Add the configuration directory in /usr/local/etc/local-bsdtools to Shellcheck's source-path
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 03 Oct 2024 20:00:21 +0200
parents 31023b6bf315
children 684bacac299c
files .shellcheckrc
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.shellcheckrc	Thu Oct 03 19:58:40 2024 +0200
+++ b/.shellcheckrc	Thu Oct 03 20:00:21 2024 +0200
@@ -12,6 +12,7 @@
 source-path=SCRIPTDIR/../share/local-bsdtools
 source-path=SCRIPTDIR
 source-path=/etc
+source-path=/usr/local/etc/local-bsdtools
 external-sources=true
 
 # $/${} is unnecessary on arithmetic variables