1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-08-08 23:06:49 +02:00

only shellcheck shell scripts

This commit is contained in:
NorseGaud
2022-03-06 13:37:07 -05:00
parent 54e41d04f7
commit c56db1380e

View File

@ -99,7 +99,7 @@ function _shellcheck
-not -path './target/docker-configomat/*' -not -path './target/docker-configomat/*'
)" )"
# shellcheck disable=SC2248 # shellcheck disable=SC2248
F_BIN="$(find 'target/bin' -executable -type f)" F_BIN="$(grep -l /bin/bash target/bin/*)"
F_BATS="$(find 'test' -maxdepth 1 -type f -iname '*.bats')" F_BATS="$(find 'test' -maxdepth 1 -type f -iname '*.bats')"
# This command is a bit easier to grok as multi-line. # This command is a bit easier to grok as multi-line.