-
Notifications
You must be signed in to change notification settings - Fork 135
Fix formatting in sensor_msgs_py #248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix formatting in sensor_msgs_py #248
Conversation
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems reasonable to me with green CI.
Out of curiosity, how did you notice these? And why didn't they get picked up by our linters in here?
I've been syncing our internal code to newer versions of packages over the past few months, so I've been looking closely at a ton of packages and contributing PRs for minor stuff like this. In this case, a linter that we usually only use for internal code was unintentionally run on this package, so I noticed these parts.
That's a good question 😆
If I make more abhorrent style changes, the tests fail as expected, so I guess they're really OK with how it was before even though most of us wouldn't really format code like that. I was also a bit irked by the double indentation of function arguments in common_interfaces/sensor_msgs_py/sensor_msgs_py/point_cloud2.py Lines 62 to 66 in 9136871
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the cleanup. It's odd to have snuck through for this long.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.