Skip to content

pages build and deployment #86

pages build and deployment

pages build and deployment #86

GitHub Actions / Qodana Community for Python completed Aug 19, 2024 in 0s

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:

  1. Register at Qodana Cloud and configure the action
  2. Use GitHub Code Scanning with Qodana
  3. Host Qodana report at GitHub Pages
  4. 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]

Details

This result was published with Qodana GitHub Action

Annotations

Check notice on line 8 in helix_fhir_client_sdk/utilities/fhir_helper.py

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions 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

See this annotation in the file changed.

@github-actions github-actions / Qodana Community for Python

Unused local symbols

Parameter 'id_above' value is not used