Noam-Dori / ros-integrate

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

reorder package.xml file intention #22

Closed Noam-Dori closed 4 years ago

Noam-Dori commented 4 years ago

add an intention for entire package.xml file that will reorder itself according to the sorting in REP 140 example

order:

  1. name
  2. version
  3. description
  4. maintainer(s)
  5. license(s)
  6. url(2)
  7. author(s)
  8. buildtool_depend(s)
  9. buildtool_export_depends(s)
  10. depend(s)
  11. build_depend(s)
  12. build_export_depend(s)
  13. exec_depend(s)
  14. doc_depend(s)
  15. test_depends(s)
  16. export
Noam-Dori commented 4 years ago

implemented. All that's missing is the intention and as a solution to a "not latest format" inspection.