We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8060e66 commit 4a5062dCopy full SHA for 4a5062d
src/qa/run-shellcheck.sh
@@ -81,7 +81,7 @@ function runShellcheck() {
81
else
82
((++fileCounter))
83
declare output
84
- output=$(shellcheck --check-sourced --color=auto --external-sources --enable=all --source-path="$sourcePath" "$script" 2>&1 || true)
+ output=$(shellcheck --check-sourced --color=always --external-sources --enable=all --source-path="$sourcePath" "$script" 2>&1 || true)
85
if [[ $output != "" ]]; then
86
printf "%s\n" "$output"
87
((++fileWithIssuesCounter))
0 commit comments