pages build and deployment #86
48 new problems found by Qodana Community for Python
Community for Python
48 new problems were found
Inspection name | Severity | Problems |
---|---|---|
Incorrect type |
🔶 Warning | 1 |
Unused local symbols |
◽️ Notice | 25 |
Class has no init method |
◽️ Notice | 21 |
Shadowing names from outer scopes |
◽️ Notice | 1 |
💡 Qodana analysis was run in the pull request mode: only the changed files were checked
View the detailed Qodana report
To be able to view the detailed Qodana report, you can either:
- Register at Qodana Cloud and configure the action
- Use GitHub Code Scanning with Qodana
- Host Qodana report at GitHub Pages
- Inspect and use
qodana.sarif.json
(see the Qodana SARIF format for details)
To get *.log
files or any other Qodana artifacts, run the action with upload-result
option set to true
,
so that the action will upload the files as the job artifacts:
- name: 'Qodana Scan'
uses: JetBrains/[email protected]
with:
upload-result: true
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 8 in helix_fhir_client_sdk/utilities/fhir_helper.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 12 in helix_fhir_client_sdk/validators/fhir_validator.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 7 in helix_fhir_client_sdk/responses/resource_separator.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 11 in helix_fhir_client_sdk/responses/bundle_expander.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 8 in helix_fhir_client_sdk/utilities/fhir_server_helpers.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in helix_fhir_client_sdk/utilities/fhir_scope_parser_result.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in helix_fhir_client_sdk/responses/bundle_expander.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 17 in helix_fhir_client_sdk/validators/async_fhir_validator.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 14 in helix_fhir_client_sdk/fhir_bundle_appender.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 4 in helix_fhir_client_sdk/utilities/practitioner_generator.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in helix_fhir_client_sdk/responses/get_result.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 6 in helix_fhir_client_sdk/responses/paging_result.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 14 in helix_fhir_client_sdk/graph/test/test_graph_mixin.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 14 in helix_fhir_client_sdk/test/test_delete_mixin.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 9 in helix_fhir_client_sdk/utilities/async_runner.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 1 in helix_fhir_client_sdk/filters/base_filter.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 31 in helix_fhir_client_sdk/responses/fhir_response_processor.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 4 in helix_fhir_client_sdk/loggers/fhir_logger.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 5 in helix_fhir_client_sdk/utilities/fhir_client_logger.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 12 in helix_fhir_client_sdk/responses/resource_separator.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 4 in helix_fhir_client_sdk/utilities/list_chunker.py
github-actions / Qodana Community for Python
Class has no `__init__` method
Class has no __init__ method
Check notice on line 24 in tests_integration/test_aetna_server_auth_aiohttp.py
github-actions / Qodana Community for Python
Shadowing names from outer scopes
Shadows name 'session' from outer scope
Check warning on line 131 in helix_fhir_client_sdk/fhir_auth_mixin.py
github-actions / Qodana Community for Python
Incorrect type
Expected type 'RefreshTokenFunction', got '() -\> Any' instead
Check notice on line 165 in helix_fhir_client_sdk/test/test_delete_mixin.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'additional_parameters' value is not used
Check notice on line 166 in helix_fhir_client_sdk/test/test_delete_mixin.py
github-actions / Qodana Community for Python
Unused local symbols
Parameter 'id_above' value is not used