Noam-Dori / ros-integrate

Extends IntelliJ-Based IDEs with ROS specific development tools
Apache License 2.0
22 stars 3 forks source link

field label snake_case inspection #51

Closed Noam-Dori closed 3 years ago

Noam-Dori commented 3 years ago

Feature: field label snake_case inspection

Background the standard for ROS message field names (or labels in plugin terms) is snake_case. Thus, it should be enforced via inspections. The fix for it would be to convert the name to snake_case

Details