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).
This commit is contained in:
@@ -31,7 +31,7 @@ source "${DOCKER_FINANCE_CONTAINER_REPO}/src/finance/lib/internal/lib_utils.bash
|
|||||||
function lib_taxes::taxes()
|
function lib_taxes::taxes()
|
||||||
{
|
{
|
||||||
lib_taxes::__parse_args "$@"
|
lib_taxes::__parse_args "$@"
|
||||||
lib_taxes::__taxes "$@"
|
lib_taxes::__taxes
|
||||||
lib_utils::catch $?
|
lib_utils::catch $?
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -1285,6 +1285,8 @@ function lib_taxes::__reports_obfs()
|
|||||||
lib_taxes::__reports_obfs_gen
|
lib_taxes::__reports_obfs_gen
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# TODO: refactor to remove shellcheck
|
||||||
|
# shellcheck disable=SC2120
|
||||||
function lib_taxes::__reports_obfs_gen()
|
function lib_taxes::__reports_obfs_gen()
|
||||||
{
|
{
|
||||||
# Temp storage
|
# Temp storage
|
||||||
|
|||||||
Reference in New Issue
Block a user