Skip to content
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

roslint_cpp default add .hpp suffix #59

Open
Wsine opened this issue Jan 24, 2018 · 3 comments
Open

roslint_cpp default add .hpp suffix #59

Wsine opened this issue Jan 24, 2018 · 3 comments

Comments

@Wsine
Copy link

Wsine commented Jan 24, 2018

Can roslint_cpp default glob files add .hpp suffix? or add another option for the function?

# Run cpplint on a list of file names.
#
function(roslint_cpp)
if ("${ARGN}" STREQUAL "")
file(GLOB_RECURSE ARGN *.cpp *.h)
endif()
if (NOT DEFINED ROSLINT_CPP_CMD)
set(ROSLINT_CPP_CMD ${ROSLINT_SCRIPTS_DIR}/cpplint)
endif()
roslint_custom("${ROSLINT_CPP_CMD}" "${ROSLINT_CPP_OPTS}" ${ARGN})
endfunction()

@mikepurvis
Copy link
Member

Sure, PR welcome.

@JWhitleyWork
Copy link
Contributor

@mikepurvis - Is maintenance for this repo still ongoing?

@Timple
Copy link
Contributor

Timple commented Apr 20, 2021

I hope so. Because this is still an issue (fix in #82)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants