Skip to content

Add Multi-Cardinality Support to DedupliFHIR Backend #223

Add Multi-Cardinality Support to DedupliFHIR Backend

Add Multi-Cardinality Support to DedupliFHIR Backend #223

Triggered via pull request August 16, 2024 18:30
Status Success
Total duration 1m 59s
Artifacts

checks.yml

on: pull_request
runner / pylint
15s
runner / pylint
frontend-checks
21s
frontend-checks
Matrix: run-tests
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L42
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:42:37: W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L64
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:64:39: W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L104
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:104:38: W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L126
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:126:41: W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L150
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:150:25: W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L182
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'generate_mock_data_fixture' from outer scope (line 18) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:182:40: W0621: Redefining name 'generate_mock_data_fixture' from outer scope (line 18) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/tests/main_test.py#L182
[pylint] reported by reviewdog 🐶 W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name) Raw Output: cli/deduplifhirLib/tests/main_test.py:182:68: W0621: Redefining name 'cli_runner' from outer scope (line 36) (redefined-outer-name)
runner / pylint: cli/deduplifhirLib/utils.py#L43
[pylint] reported by reviewdog 🐶 C0116: Missing function or method docstring (missing-function-docstring) Raw Output: cli/deduplifhirLib/utils.py:43:0: C0116: Missing function or method docstring (missing-function-docstring)
runner / pylint: cli/deduplifhirLib/utils.py#L11
[pylint] reported by reviewdog 🐶 W0611: Unused import datetime (unused-import) Raw Output: cli/deduplifhirLib/utils.py:11:0: W0611: Unused import datetime (unused-import)
runner / pylint: cli/ecqm_dedupe.py#L58
[pylint] reported by reviewdog 🐶 W0511: TODO: make platform agnostic (fixme) Raw Output: cli/ecqm_dedupe.py:58:5: W0511: TODO: make platform agnostic (fixme)