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
* setting required-ros-distributions
* jazzy on noble (24.04)
* Can we skip workarounds?
* note on pep257 failing
---------
Signed-off-by: Christian Henkel <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/lint.yaml
+10-4Lines changed: 10 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ on:
3
3
pull_request:
4
4
push:
5
5
branches:
6
-
- ros2
6
+
- ros2-jazzy
7
7
schedule:
8
8
# Run every week at 20:00 on Sunday
9
9
- cron: "0 20 * * 0"
@@ -18,17 +18,23 @@ jobs:
18
18
cppcheck,
19
19
cpplint,
20
20
flake8,
21
-
pep257,
21
+
# pep257, TODO: enable when we fixed
22
+
# Error: diagnostic_common_diagnostics/diagnostic_common_diagnostics/ntp_monitor.py:113 in public method `ntp_diag`: D417: Missing argument descriptions in the docstring (argument(s) st are missing descriptions in 'ntp_diag' docstring)
23
+
# using ros-rolling-ament-pep257 amd64 0.18.0-1noble.20240426.150718
0 commit comments