mirror of
https://github.com/containers/podman.git
synced 2025-06-26 04:46:57 +08:00
Cirrus: Remove escape codes from log files
Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -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 \
|
||||
|
Reference in New Issue
Block a user