Skip to content
This repository has been archived by the owner on Dec 9, 2021. It is now read-only.

Change uncrustify max line length to 0 #16

Merged
merged 1 commit into from
Dec 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -289,7 +289,8 @@ if(BUILD_TESTING AND rosidl_generate_interfaces_ADD_LINTER_TESTS)
ament_uncrustify(
TESTNAME "uncrustify_rosidl_typesupport_opensplice_c"
# the generated code might contain longer lines for templated types
MAX_LINE_LENGTH 999
# set the value to zero to tell uncrustify to ignore line lengths
MAX_LINE_LENGTH 0
${_generated_files})
endif()
endif()
Expand Up @@ -304,7 +304,8 @@ if(BUILD_TESTING AND rosidl_generate_interfaces_ADD_LINTER_TESTS)
ament_uncrustify(
TESTNAME "uncrustify_rosidl_typesupport_opensplice_cpp"
# the generated code might contain longer lines for templated types
MAX_LINE_LENGTH 999
# set the value to zero to tell uncrustify to ignore line lengths
MAX_LINE_LENGTH 0
${_generated_files})
endif()
endif()