mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 21:24:33 +08:00
Ignore a shellcheck warning for custom linting rules
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user