Skip to content

Handle unbreakable lines better #56

Description

@rjhuijsman

We have many examples in our codebase where there is an "unbreakable" line. Usually it's for comments containing URLs, but sometimes it's code, like here

Currently we need to manually add check_line_length skip comments for these lines, which is a 🐧.

Can we deal with these lines more gracefully, e.g. by not enforcing a line limit for them?

(One obvious way to do this would be to not have custom line length enforcement but to use clang-format to do it for us)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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