Replies: 1 comment
-
The current max line length is set to 100 characters (https://github.com/autowarefoundation/autoware/blob/main/CPPLINT.cfg#L7). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Code of Conduct
Contents
Hi,
It seems that there is a strict max line length rule in the coding conventions in autoware, for example, the code below
is separated into 2 lines, max line length is 79.
and the code
max line length is 93.
Because the function names, namespaces, and parameters in autoware are long, so almost all function calls are written in 2 lines, but I would say the rule is too strict and make the code less readable.
Anyone else who is also annoyed by this rule?
Beta Was this translation helpful? Give feedback.
All reactions