Skip to content

Commit 49d5794

Browse files
Change 'ROS2' to 'ROS 2' in quality declaration (#453)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 7f3800f commit 49d5794

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

QUALITY_DECLARATION.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document is a declaration of software quality for the `rcutils` package, ba
44

55
The package `rcutils` claims to be in the **Quality Level 1** category.
66

7-
Below are the rationales, notes, and caveats for this claim, organized by each requirement listed in the [Package Quality Categories in REP-2004](https://www.ros.org/reps/rep-2004.html) of the ROS2 developer guide.
7+
Below are the rationales, notes, and caveats for this claim, organized by each requirement listed in the [Package Requirements for Quality Level 1 in REP-2004](https://www.ros.org/reps/rep-2004.html).
88

99
## Version Policy [1]
1010

@@ -89,7 +89,7 @@ There is an automated test which runs a linter that ensures each file has at lea
8989

9090
### Feature Testing [4.i]
9191

92-
Each feature in `rcutils` has corresponding tests which simulate typical usage, and they are located in the [`test`](https://github.com/ros2/rcutils/tree/master/test) directory.
92+
Each feature in `rcutils` has corresponding tests which simulate typical usage, and they are located in the [`test`](https://github.com/ros2/rcutils/tree/rolling/test) directory.
9393
New features are required to have tests before being added.
9494
Currently nightly test results can be seen here:
9595
* [linux-aarch64_release](https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_release/lastBuild/testReport/rcutils/)
@@ -129,7 +129,7 @@ Changes that introduce regressions in performance must be adequately justified i
129129

130130
### Linters and Static Analysis [4.v]
131131

132-
`rcutils` uses and passes all the ROS2 standard linters and static analysis tools for a C package as described in the [ROS 2 Developer Guide](https://docs.ros.org/en/rolling/Contributing/Developer-Guide.html#linters-and-static-analysis). Passing implies there are no linter/static errors when testing against CI of supported platforms.
132+
`rcutils` uses and passes all the ROS 2 standard linters and static analysis tools for a C package as described in the [ROS 2 Developer Guide](https://docs.ros.org/en/rolling/Contributing/Developer-Guide.html#linters-and-static-analysis). Passing implies there are no linter/static errors when testing against CI of supported platforms.
133133

134134
Currently nightly test results can be seen here:
135135
* [linux-aarch64_release](https://ci.ros2.org/view/nightly/job/nightly_linux-aarch64_release/lastBuild/testReport/rcutils/)

0 commit comments

Comments
 (0)