From 21967e711d3a17d46643ef59a3a6352fc93af04f Mon Sep 17 00:00:00 2001 From: Aaron Fiore Date: Fri, 10 Jan 2025 19:04:13 -0800 Subject: [PATCH] container: lib_taxes: remove unused arg expansion, appease the linter shellcheck will complain about the need for expansions but the asked-for expansions will not actually be used (thus the TODO). --- container/src/finance/lib/internal/lib_taxes.bash | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/container/src/finance/lib/internal/lib_taxes.bash b/container/src/finance/lib/internal/lib_taxes.bash index a447029..502abcd 100644 --- a/container/src/finance/lib/internal/lib_taxes.bash +++ b/container/src/finance/lib/internal/lib_taxes.bash @@ -31,7 +31,7 @@ source "${DOCKER_FINANCE_CONTAINER_REPO}/src/finance/lib/internal/lib_utils.bash function lib_taxes::taxes() { lib_taxes::__parse_args "$@" - lib_taxes::__taxes "$@" + lib_taxes::__taxes lib_utils::catch $? } @@ -1285,6 +1285,8 @@ function lib_taxes::__reports_obfs() lib_taxes::__reports_obfs_gen } +# TODO: refactor to remove shellcheck +# shellcheck disable=SC2120 function lib_taxes::__reports_obfs_gen() { # Temp storage