Skip to content

Commit

Permalink
Provide PROJECT_SOURCE_DIR to cpplint (#97)
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Saurel <guilhem.saurel@laas.fr>
  • Loading branch information
nim65s committed Apr 25, 2023
1 parent cc9fb67 commit 7048ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ if(WGET_EXE)
"--counting=detailed"
"--extensions=cpp,h"
"--linelength=100"
"--repository=${PROJECT_SOURCE_DIR}"
"--filter=-build/c++11,-runtime/references,-whitespace/braces,-whitespace/indent,-whitespace/parens,-whitespace/semicolon"
"${PROJECT_SOURCE_DIR}/include/console_bridge/console.h"
"${PROJECT_SOURCE_DIR}/src/console.cpp"
Expand Down

0 comments on commit 7048ab4

Please sign in to comment.