Completing last part of DataStructure task with RB-Tree model #28
7 new problems found by Qodana Community for Python
Qodana Community for Python
7 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Shadowing names from outer scopes |
◽️ Notice | 3 |
Method is not declared static |
◽️ Notice | 2 |
PEP 8 naming convention violation |
◽️ Notice | 2 |
☁️ View the detailed Qodana report
Contact Qodana team
Contact us at [email protected]
- Or via our issue tracker: https://jb.gg/qodana-issue
- Or share your feedback: https://jb.gg/qodana-discussions
Details
This result was published with Qodana GitHub Action
Annotations
Check notice on line 33 in src/tree/binary_tree.py
github-actions / Qodana Community for Python
Method is not declared static
Method `_min_value_node` may be 'static'
Check notice on line 19 in test/test_red_black_tree.py
github-actions / Qodana Community for Python
Method is not declared static
Method `is_valid_red_black_tree` may be 'static'
Check notice on line 14 in test/test_binary_tree.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Function name should be lowercase
Check notice on line 13 in test/test_red_black_tree.py
github-actions / Qodana Community for Python
PEP 8 naming convention violation
Function name should be lowercase
Check notice on line 20 in src/tree/main.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'binary_root' from outer scope
Check notice on line 12 in src/tree/main.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'filename' from outer scope
Check notice on line 21 in src/tree/main.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'rb_tree' from outer scope