Created
March 1, 2022 15:52
-
-
Save hemna/1a277552cb1e52be3a319fbd1f66e3f2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(.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