mirror of
https://git.mirrors.martin98.com/https://github.com/ceph/ceph-csi.git
synced 2025-08-03 22:40:42 +08:00

While introducing scripts/build_step.inc.sh the tests start to fail as the script is included and each shell script is tested separately. By adding the option --external-sources to shellcheck, the related warnings are not reported. Signed-off-by: Niels de Vos <ndevos@redhat.com>