updated check_whitespace.sh

pull/2/head
Hari Sekhon 5 years ago
parent d026c174d4
commit 221a415ea6

@ -17,14 +17,14 @@ set -euo pipefail
[ -n "${DEBUG:-}" ] && set -x
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck disable=SC1090
# shellcheck source=lib/utils.sh
. "$srcdir/lib/utils.sh"
section "Checking Whitespace"
start_time="$(start_timer)"
# shellcheck disable=SC1090
# shellcheck source=lib/excluded.sh
. "$srcdir/lib/excluded.sh"
progress_char='-'

Loading…
Cancel
Save