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 b9f6074
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions grid_map_filters/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,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 b9f6074

Please sign in to comment.