You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if rosdep is not available in the CI environment use the `--skip-rosdep-key-validation` flag
148
+
149
+
### 🎯 Focused modes
150
+
151
+
- `--missing-deps-only`: Skip all formatting and schema checks and only report missing dependencies (including launch/test dependencies).
152
+
- `--ignore-formatting-errors`: Run all critical checks while ignoring pure formatting issues like indentation or ordering. This mode is check-only and will not rewrite files.
f"Removed identical duplicate element <{elem}> from {xml_file}."
238
+
)
239
+
else:
240
+
self.logger.warning(
241
+
f"Multiple <{elem}> entries differ. Please resolve manually. There are {count} occurrences in {xml_file} but there should be no more than {max_occurrences}."
242
+
)
226
243
ifcount<min_occurrence:
227
-
self.logger.info("Please add the missing element: ", elem)
244
+
self.logger.warning(f"Please add the missing element: <{elem}>")
0 commit comments