Cirrus: Remove escape codes from log files

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich
2022-12-06 14:44:25 -05:00
parent 859f40a2eb
commit b361a42e65

View File

@ -33,7 +33,7 @@ showrun $SCRIPT_BASE/cirrus_yaml_test.py
if [[ "${DISTRO_NV}" =~ fedora ]]; then
msg "Checking shell scripts"
showrun ooe.sh dnf install -y ShellCheck # small/quick addition
showrun shellcheck --color=always --format=tty \
showrun shellcheck --format=tty \
--shell=bash --external-sources \
--enable add-default-case,avoid-nullary-conditions,check-unassigned-uppercase \
--exclude SC2046,SC2034,SC2090,SC2064 \