Skip to content

Commit

Permalink
chore(codeowners): ignore gradlew (#17044)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Jun 2, 2024
1 parent 427533e commit 29f20ae
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
**/go.sum
**/gradle-wrapper.jar
**/gradle-wrapper.properties
**/gradlew
**/gradlew.bat
**/kustomization.yaml
**/main.tf
**/package-lock.json
**/package.json
**/plugins.sbt
Expand All @@ -27,6 +29,5 @@
**/pyproject.toml
**/requirements.txt
**/requirements.yml
**/main.tf
**/versions.tf
.github/workflows/*.yml
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The diagram illustrates the repository's architecture, which is considered overl

(The diagram here may take a moment to load. Please wait patiently.)

![Architecture](https://github.com/hongbo-miao/hongbomiao.com/assets/3375461/a28546d7-1ed6-422b-bbe3-2c4433f6c1f1)
![Architecture](https://github.com/hongbo-miao/hongbomiao.com/assets/3375461/cd61d9e1-4092-47b4-943d-5580cb929f19)

# 📦 Setup

Expand Down Expand Up @@ -625,6 +625,7 @@ make kubernetes-clean
- **Structural testing**
- **Battery drop testing**
- **Dyno testing**
- **Flammability testing**
- **Wind tunnel testing**
- **Ground testing**
- **Flight testing**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>hm_cpp_package</name>
<version>1.0.0</version>
<description>HM C++ Package</description>
<maintainer email="Hongbo.Miao@outlook.com">Hongbo Miao</maintainer>
<maintainer email="hongbo.miao@outlook.com">Hongbo Miao</maintainer>
<license>MIT</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>hm_python_package</name>
<version>1.0.0</version>
<description>HM Python Package</description>
<maintainer email="Hongbo.Miao@outlook.com">Hongbo Miao</maintainer>
<maintainer email="hongbo.miao@outlook.com">Hongbo Miao</maintainer>
<license>MIT</license>

<depend>rclpy</depend>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
install_requires=["setuptools"],
zip_safe=True,
maintainer="Hongbo Miao",
maintainer_email="Hongbo.Miao@outlook.com",
maintainer_email="hongbo.miao@outlook.com",
description="HM Python Package",
license="MIT",
tests_require=["pytest"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>turtle_robot</name>
<version>1.0.0</version>
<description>Turtle Robot</description>
<maintainer email="Hongbo.Miao@outlook.com">Hongbo Miao</maintainer>
<maintainer email="hongbo.miao@outlook.com">Hongbo Miao</maintainer>
<license>MIT</license>

<depend>geometry_msgs</depend>
Expand Down
2 changes: 1 addition & 1 deletion robotics/robot-operating-system/src/turtle_robot/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
install_requires=["setuptools"],
zip_safe=True,
maintainer="Hongbo Miao",
maintainer_email="Hongbo.Miao@outlook.com",
maintainer_email="hongbo.miao@outlook.com",
description="Turtle Robot",
license="MIT",
tests_require=["pytest"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>turtle_robot_launch</name>
<version>1.0.0</version>
<description>Turtle Robot Launch</description>
<maintainer email="Hongbo.Miao@outlook.com">Hongbo Miao</maintainer>
<maintainer email="hongbo.miao@outlook.com">Hongbo Miao</maintainer>
<license>MIT</license>

<buildtool_depend>ament_cmake</buildtool_depend>
Expand Down

0 comments on commit 29f20ae

Please sign in to comment.