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

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"