-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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)
Metadata
Metadata
Assignees
Labels
No labels