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
Right now, the roslint_python and roslint_cpp macros support being passed lists of source files, or nothing, where the "nothing" behaviour is to glob and lint everything in the package. It would be great to be able to specify a path to lint everything below, eg:
roslint_cpp(DIRECTORY include)
Part of this could be supporting an optional corresponding FILES mode, which would be the same as the current behaviour for loose arguments, so the following would be equivalent:
Right now, the roslint_python and roslint_cpp macros support being passed lists of source files, or nothing, where the "nothing" behaviour is to glob and lint everything in the package. It would be great to be able to specify a path to lint everything below, eg:
Part of this could be supporting an optional corresponding FILES mode, which would be the same as the current behaviour for loose arguments, so the following would be equivalent:
In this scenario, the follow calls would also be equivalent:
The text was updated successfully, but these errors were encountered: