8000 Fix tox analysis · Issue #2223 · softlayer/softlayer-python · GitHub
[go: up one dir, main page]

Skip to content

Fix tox analysis #2223

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
allmightyspiff opened this issue May 23, 2025 · 0 comments
Closed

Fix tox analysis #2223

allmightyspiff opened this issue May 23, 2025 · 0 comments
Assignees
Labels

Comments

@allmightyspiff
Copy link
Member
analysis: commands[0]> flake8 SoftLayer tests
analysis: commands[1]> pylint SoftLayer -r n --ignore=tests,fixtures -d too-many-locals -d locally-disabled -d no-else-return -d len-as-condition -d useless-object-inheritance -d consider-using-in -d consider-using-dict-comprehension -d useless-import-alias -d consider-using-f-string -d too-many-positional-arguments --max-args=[25](https://github.com/softlayer/softlayer-python/actions/runs/15187978596/job/42754735333?pr=2222#step:5:26) --max-branches=20 --max-statements=65 --min-public-methods=0 --max-public-methods=35 --min-similarity-lines=30 --max-line-length=120
************* Module SoftLayer.CLI.command
SoftLayer/CLI/command.py:76:47: W0613: Unused argument 'formatter' (unused-argument)
SoftLayer/CLI/command.py:88:31: W0613: Unused argument 'ctx' (unused-argument)
SoftLayer/CLI/command.py:88:51: W0613: Unused argument 'formatter' (unused-argument)
SoftLayer/CLI/command.py:107:34: W0613: Unused argument 'formatter' (unused-argument)
SoftLayer/CLI/command.py:139:4: C0116: Missing function or method docstring (missing-function-docstring)
SoftLayer/CLI/command.py:139:35: W0613: Unused argument 'formatter' (unused-argument)
************* Module SoftLayer.CLI.object_storage.credential
SoftLayer/CLI/object_storage/credential/__init__.py:20:28: W0613: Unused argument 'ctx' (unused-argument)
SoftLayer/CLI/object_storage/credential/__init__.py:31:[26](https://github.com/softlayer/softlayer-python/actions/runs/15187978596/job/42754735333?pr=2222#step:5:27): W0613: Unused argument 'ctx' (unused-argument)

-----------------------------------
Your code has been rated at 9.99/10

analysis: exit 20 (35.50 seconds) /home/runner/work/softlayer-python/softlayer-python> pylint SoftLayer -r n --ignore=tests,fixtures -d too-many-locals -d locally-disabled -d no-else-return -d len-as-condition -d useless-object-inheritance -d consider-using-in -d consider-using-dict-comprehension -d useless-import-alias -d consider-using-f-string -d too-many-positional-arguments --max-args=25 --max-branches=20 --max-statements=65 --min-public-methods=0 --max-public-methods=35 --min-similarity-lines=[30](https://github.com/softlayer/softlayer-python/actions/runs/15187978596/job/42754735333?pr=2222#step:5:31) --max-line-length=120 pid=2204
  analysis: FAIL code 20 (56.32=setup[16.17]+cmd[4.64,35.50] seconds)
  evaluation failed :( (56.41 seconds)
Error: Process completed with exit code 20.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant
0