Skip to content

Commit dc4070f

Browse files
committed
fix: replace ROS2 by ROS 2
1 parent 5ff624b commit dc4070f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-hooks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
- id: ros2_ws_same_versions
3-
name: Ensure all ROS2 packages are of the same version
3+
name: Ensure all ROS 2 packages are of the same version
44
description: Ensures all packages in the workspace are of the same version
55
entry: ros2_ws_same_versions
66
language: script
77
pass_filenames: false
88
- id: ros2_ws_set_metadata
9-
name: Ensure ROS2 package metadata are set
9+
name: Ensure ROS 2 package metadata are set
1010
description: Ensures package metadata in the workspace are set (author, license, description)
1111
entry: ros2_ws_set_metadata
1212
language: script

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# ROS2 Pre-commit
1+
# ROS 2 Pre-commit
22

3-
Here are some out of the box [pre-commit](https://pre-commit.com/) hooks focused on ROS2 workspaces.
3+
Here are some out of the box [pre-commit](https://pre-commit.com/) hooks focused on ROS 2 workspaces.
44

55
Example:
66

0 commit comments

Comments
 (0)