# HG changeset patch # User Franz Glasner # Date 1727978421 -7200 # Node ID d016ac770a7198261ead8a561e793c8c07706d67 # Parent 31023b6bf31578e952f6eb2065c3bc838c50c0b5 .shellcheckrc: Add the configuration directory in /usr/local/etc/local-bsdtools to Shellcheck's source-path diff -r 31023b6bf315 -r d016ac770a71 .shellcheckrc --- 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