comparison .shellcheckrc @ 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 e8eb5e7ceb37
comparison
equal deleted inserted replaced
713:31023b6bf315 714:d016ac770a71
10 # 10 #
11 11
12 source-path=SCRIPTDIR/../share/local-bsdtools 12 source-path=SCRIPTDIR/../share/local-bsdtools
13 source-path=SCRIPTDIR 13 source-path=SCRIPTDIR
14 source-path=/etc 14 source-path=/etc
15 source-path=/usr/local/etc/local-bsdtools
15 external-sources=true 16 external-sources=true
16 17
17 # $/${} is unnecessary on arithmetic variables 18 # $/${} is unnecessary on arithmetic variables
18 disable=SC2004 19 disable=SC2004
19 # Prefer [ p ] && [ q ] as [ p -a q ] is not well-defined 20 # Prefer [ p ] && [ q ] as [ p -a q ] is not well-defined