Last cleanup left some unused arguments in aswfdocker python code which Sonar is complaining about:
=================================== FAILURES ===================================
____________________ [pylint] python/aswfdocker/builder.py _____________________
W: 46,16: Unused variable 'group' (unused-variable)
_________________ [pylint] python/aswfdocker/cli/aswfdocker.py _________________
W:247,12: Unused argument 'from_org' (unused-argument)
W:247,22: Unused argument 'to_org' (unused-argument)
W:247,30: Unused argument 'package' (unused-argument)
W:247,39: Unused argument 'version' (unused-argument)
W:247,48: Unused argument 'dry_run' (unused-argument)
W:292,13: Unused argument 'build_info' (unused-argument)
W:292,25: Unused argument 'docker_org' (unused-argument)
W:292,37: Unused argument 'package' (unused-argument)
W:292,46: Unused argument 'version' (unused-argument)
________________ [pylint] python/aswfdocker/tests/test_utils.py ________________
W: 9, 0: Unused import tempfile (unused-import)
W: 10, 0: Unused import os (unused-import)
_____________________ [pylint] python/aswfdocker/utils.py ______________________
W: 6, 0: Unused import os (unused-import)
=============================== warnings summary ===============================
../../../../../opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/argparse.py:1943
/opt/hostedtoolcache/Python/3.10.20/x64/lib/python3.10/argparse.py:1943: DeprecationWarning: --ignore-mixin-members has been deprecated. Please look into using any of the following options: ignore-checks-for-mixin.
action(self, namespace, argument_values, option_string)
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
- generated xml file: /home/runner/work/aswf-docker/aswf-docker/test-pylint-results.xml -
Last cleanup left some unused arguments in aswfdocker python code which Sonar is complaining about: