Skip to content

cpplint CI test is failing because isinstance(line,unicode) crashes Python #1007

@dneto0

Description

@dneto0

In third_party/cpplint/cpplint/cpplint.py
there's a line in GetLineWidth(line) that does:

 if isinstance(line, unicode):

This silent crashed Python, making the process exit with status 1. This cause our CI-check-format to fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions