Skip to content

Commit

Permalink
ading linters to pose_initializer (autowarefoundation#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
nik-tier4 authored Dec 16, 2020
1 parent 73a1489 commit 9868a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions localization/util/pose_initializer/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project(pose_initializer)
### Compile options
if(NOT CMAKE_CXX_STANDARD)
set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
endif()
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic)
Expand Down
1 change: 1 addition & 0 deletions localization/util/pose_initializer/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_cppcheck</test_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 9868a3c

Please sign in to comment.