mirror of https://github.com/dense-analysis/ale
Ignore a shellcheck warning for custom linting rules
This commit is contained in:
parent
3418574770
commit
9f8c37e17c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue