Skip to content

Commit

Permalink
Change uncrustify max line length to 0 (#133)
Browse files Browse the repository at this point in the history
This is for compatibility with uncrustify v0.68.
  • Loading branch information
jacobperron authored Dec 21, 2018
1 parent a7f880e commit 3630b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if(BUILD_TESTING)
ament_uncrustify(
TESTNAME "uncrustify_logging_macros"
# the generated code might contain longer lines for templated types
MAX_LINE_LENGTH 999
MAX_LINE_LENGTH 0
"${CMAKE_CURRENT_BINARY_DIR}/include/rcutils/logging_macros.h")
endif()

Expand Down

0 comments on commit 3630b90

Please sign in to comment.