roslint python errors to stdout?
I'm running roslint within travis like this:
catkin build $(catkin list --depends-on roslint -u) --no-deps --catkin-make-args roslint
When there is a lint error in C++ it is visible in stdout and is easy to read, but python errors are in a log file like this:
Errors << foo_pkg:make /home/lucasw/catkin_ws/logs/foo_pkg/build.make.472.log
Adding --verbose
works but there is a ton of other output also obscuring the actual error- is there a way to just get the python lint error?