Skip to content

Commit

Permalink
apply uncrustify except for EigenLab.hpp
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed May 26, 2024
1 parent 1e4a731 commit 78dac34
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions grid_map_filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ if(BUILD_TESTING)
list(APPEND AMENT_LINT_AUTO_EXCLUDE
ament_cmake_cpplint
ament_cmake_copyright
ament_uncrustify
)
ament_lint_auto_find_test_dependencies()

Expand All @@ -144,6 +145,16 @@ if(BUILD_TESTING)
ament_cpplint(
FILTERS -legal/copyright -build/include_order
)

# run uncrustify except for EigenLab.hpp
set(
_linter_excludes
include/EigenLab/EigenLab.hpp
)
ament_uncrustify(
EXCLUDE ${_linter_excludes}
LANGUAGE c++
)
endif()
ament_lint_auto_find_test_dependencies()
endif()
Expand Down

0 comments on commit 78dac34

Please sign in to comment.