Ignore a shellcheck warning for custom linting rules

This commit is contained in:
w0rp 2018-07-25 00:41:26 +01:00
parent 3418574770
commit 9f8c37e17c
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ check_errors() {
fi
for directory in "${directories[@]}"; do
# shellcheck disable=SC2086
while IFS= read -r match; do
RETURN_CODE=1
echo "$match $message"