Fix Pylint Linting Issues #3
checks.yml
on: pull_request
runner / pylint
21s
runner / misspell
13s
Annotations
8 errors and 10 warnings
runner / misspell:
cli/ecqm-dedupe.py#L24
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/ecqm-dedupe.py:24:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/ecqm-dedupe.py#L28
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/ecqm-dedupe.py:28:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/deduplifhirLib/settings.py#L105
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/deduplifhirLib/settings.py:105:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/deduplifhirLib/settings.py#L109
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/deduplifhirLib/settings.py:109:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/deduplifhirLib/utils.py#L164
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/deduplifhirLib/utils.py:164:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/deduplifhirLib/utils.py#L168
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/deduplifhirLib/utils.py:168:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/deduplifhirLib/tests.py#L41
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/deduplifhirLib/tests.py:41:49: "maximisation" is a misspelling of "maximization"
|
runner / misspell:
cli/deduplifhirLib/tests.py#L45
[misspell] reported by reviewdog 🐶
"maximisation" is a misspelling of "maximization"
Raw Output:
./cli/deduplifhirLib/tests.py:45:49: "maximisation" is a misspelling of "maximization"
|
runner / pylint:
cli/deduplifhirLib/duplicate_data_generator.py#L17
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'pandas' (import-error)
Raw Output:
cli/deduplifhirLib/duplicate_data_generator.py:17:0: E0401: Unable to import 'pandas' (import-error)
|
runner / pylint:
cli/deduplifhirLib/duplicate_data_generator.py#L18
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'numpy' (import-error)
Raw Output:
cli/deduplifhirLib/duplicate_data_generator.py:18:0: E0401: Unable to import 'numpy' (import-error)
|
runner / pylint:
cli/deduplifhirLib/duplicate_data_generator.py#L243
[pylint] reported by reviewdog 🐶
R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
Raw Output:
cli/deduplifhirLib/duplicate_data_generator.py:243:4: R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
runner / pylint:
cli/deduplifhirLib/settings.py#L16
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'pandas' (import-error)
Raw Output:
cli/deduplifhirLib/settings.py:16:0: E0401: Unable to import 'pandas' (import-error)
|
runner / pylint:
cli/deduplifhirLib/settings.py#L17
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'splink.duckdb.linker' (import-error)
Raw Output:
cli/deduplifhirLib/settings.py:17:0: E0401: Unable to import 'splink.duckdb.linker' (import-error)
|
runner / pylint:
cli/deduplifhirLib/settings.py#L18
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'splink.duckdb.comparison_library' (import-error)
Raw Output:
cli/deduplifhirLib/settings.py:18:0: E0401: Unable to import 'splink.duckdb.comparison_library' (import-error)
|
runner / pylint:
cli/deduplifhirLib/settings.py#L19
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'splink.duckdb.comparison_template_library' (import-error)
Raw Output:
cli/deduplifhirLib/settings.py:19:0: E0401: Unable to import 'splink.duckdb.comparison_template_library' (import-error)
|
runner / pylint:
cli/deduplifhirLib/settings.py#L20
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'splink.duckdb.blocking_rule_library' (import-error)
Raw Output:
cli/deduplifhirLib/settings.py:20:0: E0401: Unable to import 'splink.duckdb.blocking_rule_library' (import-error)
|
runner / pylint:
cli/deduplifhirLib/settings.py#L21
[pylint] reported by reviewdog 🐶
E0401: Unable to import 'splink.datasets' (import-error)
Raw Output:
cli/deduplifhirLib/settings.py:21:0: E0401: Unable to import 'splink.datasets' (import-error)
|
runner / pylint:
cli/deduplifhirLib/utils.py#L28
[pylint] reported by reviewdog 🐶
C0116: Missing function or method docstring (missing-function-docstring)
Raw Output:
cli/deduplifhirLib/utils.py:28:0: C0116: Missing function or method docstring (missing-function-docstring)
|