comparison .shellcheckrc @ 665:24129dd789f0

Shellcheck for rc-scripts
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 29 Sep 2024 18:30:22 +0200
parents 31b5c10ae1d4
children 31023b6bf315
comparison
equal deleted inserted replaced
664:83e6237350e4 665:24129dd789f0
9 # as expected. 9 # as expected.
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 external-sources=true 15 external-sources=true
15 16
16 # $/${} is unnecessary on arithmetic variables 17 # $/${} is unnecessary on arithmetic variables
17 disable=SC2004 18 disable=SC2004
18 # Prefer [ p ] && [ q ] as [ p -a q ] is not well-defined 19 # Prefer [ p ] && [ q ] as [ p -a q ] is not well-defined