Skip to content

Commit 4a5062d

Browse files
committed
always use colour in runShellcheck
1 parent 8060e66 commit 4a5062d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qa/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function runShellcheck() {
8181
else
8282
((++fileCounter))
8383
declare output
84-
output=$(shellcheck --check-sourced --color=auto --external-sources --enable=all --source-path="$sourcePath" "$script" 2>&1 || true)
84+
output=$(shellcheck --check-sourced --color=always --external-sources --enable=all --source-path="$sourcePath" "$script" 2>&1 || true)
8585
if [[ $output != "" ]]; then
8686
printf "%s\n" "$output"
8787
((++fileWithIssuesCounter))

0 commit comments

Comments
 (0)