Skip to content

New version of pylint (2.17.2) identifies new issues #38

@github-actions

Description

@github-actions

A version of pylint is available in the Python package repositories that identifies issues with the spotfire package. Since we attempt to keep all pylint issues out of the source code (either by fixing the issue identified or by disabling that message with a localized comment), this is indicative of a new check in this new version of pylint.

Please investigate these issues, and either fix the source or disable the check with a comment. Further checks by this automation will be held until this issue is closed. Make sure that the fix updates the pylint requirement in requirements_lint.txt to the version identified here (2.17.2).

For reference, here is the output of this version of pylint:

$ pylint spotfire
************* Module spotfire.public
spotfire/public.py:12: [E0611, ] No name 'sbdf' in module 'spotfire' (no-name-in-module)
************* Module spotfire.data_function
spotfire/data_function.py:15: [E0611, ] No name 'sbdf' in module 'spotfire' (no-name-in-module)
************* Module spotfire.test.test_data_function
spotfire/test/test_data_function.py:13: [E0611, ] No name 'sbdf' in module 'spotfire' (no-name-in-module)
************* Module spotfire.test.test_sbdf
spotfire/test/test_sbdf.py:14: [E0611, ] No name 'sbdf' in module 'spotfire' (no-name-in-module)

-----------------------------------
Your code has been rated at 9.86/10


This issue was automatically opened by the pylint.yaml workflow.

Metadata

Metadata

Assignees

No one assigned

    Labels

    automated/pylintThis issue was detected by pylint and automatically filed by the Linter workflow

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions