Skip to content

Fix Pylint Linting Issues #4

Fix Pylint Linting Issues

Fix Pylint Linting Issues #4

Triggered via pull request January 19, 2024 18:20
Status Failure
Total duration 23s
Billable time 2m
Artifacts

checks.yml

on: pull_request
runner / pylint
13s
runner / pylint
runner / misspell
9s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

10 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#L106
[misspell] reported by reviewdog 🐶 "maximisation" is a misspelling of "maximization" Raw Output: ./cli/deduplifhirLib/settings.py:106:49: "maximisation" is a misspelling of "maximization"
runner / misspell: cli/deduplifhirLib/settings.py#L110
[misspell] reported by reviewdog 🐶 "maximisation" is a misspelling of "maximization" Raw Output: ./cli/deduplifhirLib/settings.py:110:49: "maximisation" is a misspelling of "maximization"
runner / misspell: cli/deduplifhirLib/utils.py#L169
[misspell] reported by reviewdog 🐶 "maximisation" is a misspelling of "maximization" Raw Output: ./cli/deduplifhirLib/utils.py:169:49: "maximisation" is a misspelling of "maximization"
runner / misspell: cli/deduplifhirLib/utils.py#L173
[misspell] reported by reviewdog 🐶 "maximisation" is a misspelling of "maximization" Raw Output: ./cli/deduplifhirLib/utils.py:173: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 / misspell: cli/deduplifhirLib/test_data.csv#L362
[misspell] reported by reviewdog 🐶 "Washignton" is a misspelling of "Washington" Raw Output: ./cli/deduplifhirLib/test_data.csv:362:41: "Washignton" is a misspelling of "Washington"
runner / misspell
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
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)