Skip to content

Commit

Permalink
insert nolint
Browse files Browse the repository at this point in the history
Signed-off-by: Yutaka Kondo <[email protected]>
  • Loading branch information
youtalk committed May 2, 2024
1 parent 1c79907 commit 2aac10e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lanelet2_extension_python/src/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ lanelet::ConstLanelets getCurrentLanelets_pose(

// for handling functions with default arguments
/// utilities.cpp
// NOLINTBEGIN(google-explicit-constructor)
BOOST_PYTHON_FUNCTION_OVERLOADS(
generateFineCenterline_overload, lanelet::utils::generateFineCenterline, 1, 2)
BOOST_PYTHON_FUNCTION_OVERLOADS(
Expand All @@ -378,6 +379,7 @@ BOOST_PYTHON_FUNCTION_OVERLOADS(
getClosestLaneletWithConstrains_overload, ::getClosestLaneletWithConstrains, 2, 4)
BOOST_PYTHON_FUNCTION_OVERLOADS(
getPrecedingLaneletSequences_overload, lanelet::utils::query::getPrecedingLaneletSequences, 3, 4)
// NOLINTEND(google-explicit-constructor)

BOOST_PYTHON_MODULE(_lanelet2_extension_python_boost_python_utility)
{
Expand Down

0 comments on commit 2aac10e

Please sign in to comment.