summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2018-07-25 00:41:26 +0100
committerw0rp <devw0rp@gmail.com>2018-07-25 00:41:26 +0100
commit9f8c37e17c053772a83619a949d8eef639968b24 (patch)
tree1682544064f70f438135d315cbff1e2182274dde /test
parent341857477011f703664b31d8d76f6872f8399c66 (diff)
downloadale-9f8c37e17c053772a83619a949d8eef639968b24.zip
Ignore a shellcheck warning for custom linting rules
Diffstat (limited to 'test')
-rwxr-xr-xtest/script/custom-linting-rules1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/script/custom-linting-rules b/test/script/custom-linting-rules
index 69c4a7a1..e1b07624 100755
--- a/test/script/custom-linting-rules
+++ b/test/script/custom-linting-rules
@@ -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"