Skip to content

Tweak for Pylint #11

Open
Open
@jserv

Description

@jserv

Pylint performs static code analysis without executing the code. It detects errors, enforces coding standards, identifies code smells, and offers refactoring suggestions.

Reference .pylintrc:

disable=raw-checker-failed,
        bad-inline-option,
        locally-disabled,
        file-ignored,
        suppressed-message,
        useless-suppression,
        deprecated-pragma,
        use-symbolic-message-instead,
        use-implicit-booleaness-not-comparison-to-string,
        use-implicit-booleaness-not-comparison-to-zero,
        missing-docstring,
        line-too-long

The goal is to make the existing codebase pass Pylint's static analysis checks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions