fix: disable linter false positive

This commit is contained in:
gmega 2025-06-30 17:57:29 -03:00
parent 4ee345889f
commit adcf45d027
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18

View File

@ -42,6 +42,7 @@ setup() {
@test "should modify the Codex log-level when specified" {
cdx_set_log_level "DEBUG"
# shellcheck disable=SC2140
assert_equal "$(cdx_cmdline 0)" "${_cdx_binary} --nat:none"\
" --data-dir=${_cdx_output}/data/codex-0"\
" --api-port=8080 --disc-port=8190 --log-level=DEBUG"