-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mismatch between build_and_test
vs linter_cpplint
#58
Comments
@thomas-moulard please take a look at this |
@Karsten1987 Could you link the logs? The latest CI builds have the linters happy.
The linters are installed from eloquent vs the one in the CI are from master. That may be the issue? I was hopeful that the linters would stay reasonably in sync, but this may have been an incorrect assumption :/ If this is why we see this, one way to fix the issue would be to use a Docker image embedding e.g. a nightly snapshot of ROS2 master. |
wich logs would you like to see? I am just looking at the detailed output of the checks running in the previously linked PR. https://github.com/ros2/rosbag2/pull/225/checks?check_run_id=386643854 |
@Karsten1987 I saw your comment in the other thread - FYI The lint jobs are installing eloquent packages, that's why they may not be completely in sync. |
This may be related to #102 |
When looking at the checks currently applied at rosbag2 I see some mismatch which I can't really explain.
For example in this PR: ros2/rosbag2#225
I see that
build_and_test
fails withcpplint
anduncrustify
not being happy:However, the dedicated checks (uncrustify and cpplint) are returning successful. How should I interpret this?
The text was updated successfully, but these errors were encountered: