Skip to content

Commit 7048ab4

Browse files
authored
Provide PROJECT_SOURCE_DIR to cpplint (ros#97)
Signed-off-by: Guilhem Saurel <guilhem.saurel@laas.fr>
1 parent cc9fb67 commit 7048ab4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if(WGET_EXE)
7777
"--counting=detailed"
7878
"--extensions=cpp,h"
7979
"--linelength=100"
80+
"--repository=${PROJECT_SOURCE_DIR}"
8081
"--filter=-build/c++11,-runtime/references,-whitespace/braces,-whitespace/indent,-whitespace/parens,-whitespace/semicolon"
8182
"${PROJECT_SOURCE_DIR}/include/console_bridge/console.h"
8283
"${PROJECT_SOURCE_DIR}/src/console.cpp"

0 commit comments

Comments
 (0)