Skip to content

Build failures due to board.py exceeding maximum lines permitted by Pylint #296

@NathanY3G

Description

@NathanY3G

At the time of writing the board.py source file contains 990 lines. The maximum permitted by the project's Pylint configuration is 1000. Attempting to add support for a new board resulted in build failures.

One possible solution might be to refactor some of the if-elif constructs to use a dictionary instead.

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