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
Copy file name to clipboardexpand all lines: QUALITY_DECLARATION.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document is a declaration of software quality for the `rcutils` package, ba
4
4
5
5
The package `rcutils` claims to be in the **Quality Level 1** category.
6
6
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).
8
8
9
9
## Version Policy [1]
10
10
@@ -89,7 +89,7 @@ There is an automated test which runs a linter that ensures each file has at lea
89
89
90
90
### Feature Testing [4.i]
91
91
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.
93
93
New features are required to have tests before being added.
@@ -129,7 +129,7 @@ Changes that introduce regressions in performance must be adequately justified i
129
129
130
130
### Linters and Static Analysis [4.v]
131
131
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.
0 commit comments