Skip to content

Instantly share code, notes, and snippets.

@hemna
Created March 1, 2022 15:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemna/1a277552cb1e52be3a319fbd1f66e3f2 to your computer and use it in GitHub Desktop.
Save hemna/1a277552cb1e52be3a319fbd1f66e3f2 to your computer and use it in GitHub Desktop.
(.venv) waboring@devstack-train:~/cinder:(git::capacity_corrections) $ pylint cinder/tests/unit/scheduler/test_host_filters.py
************* Module cinder.tests.unit.scheduler.test_host_filters
cinder/tests/unit/scheduler/test_host_filters.py:38:8: R1725: Consider using Python 3 style super() without arguments (super-with-arguments)
cinder/tests/unit/scheduler/test_host_filters.py:55:8: R1725: Consider using Python 3 style super() without arguments (super-with-arguments)
cinder/tests/unit/scheduler/test_host_filters.py:1013:8: R1725: Consider using Python 3 style super() without arguments (super-with-arguments)
cinder/tests/unit/scheduler/test_host_filters.py:1105:4: W0107: Unnecessary pass statement (unnecessary-pass)
cinder/tests/unit/scheduler/test_host_filters.py:1226:8: R1725: Consider using Python 3 style super() without arguments (super-with-arguments)
-----------------------------------
Your code has been rated at 9.93/10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment