koenlek
koenlek
> If my earlier comment was unclear: I believe the roslint target does work like run_tests. As long as at least one package uses roslint, the general target exists and...
So what command did you use? I am not at work currently, so in about 12 hours I can give it a shot…
That worked, so this works too: `catkin build --no-deps foo --make-args roslint` However, there is no generic target to run all roslints (which is impossible with catkin_make as well btw),...
Why could it not just work like the generic `run_tests` currently works in catkin_tools? `catkin build --catkin-make-args run_tests` already works, so why not similarly support: `catkin build --catkin-make-args roslint`? I...
Aha, I just confirmed for myself that indeed, a catkin package always has a run_tests target, even if there are no tests specified in the CMakeLists.txt. Unfortunately this doesn't go...
Is anyone yet aware of a way to run all roslints?
@jbohren Thanks for the suggestion. You are right in your 'self-reply' directly after that: `--depends-on` does not work right, because of indirect dependencies. I'd still prefer `--make-targets` or `--try-make-targets`, but...
It does not work for our workspace, here part of an error I get (I get several of these). ``` Starting ==> voxel_grid [hardware_interface] ==> '/home/koenlek/catkin_ws/build/hardware_interface/build_env.sh /usr/bin/make roslint --jobserver-fds=3,5 -j'...
# Response to your clarification > In theory clangd doesn't need a local compilation database to talk to a remote-index, but it needs one to figure out how to compile...
By the way, I don't think I have the rights to reopen this feature request.