Skip to content

Commit 92e5df5

Browse files
committed
insert nolint
1 parent 1c79907 commit 92e5df5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lanelet2_extension_python/src/utility.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -359,6 +359,7 @@ lanelet::ConstLanelets getCurrentLanelets_pose(
359359

360360
// for handling functions with default arguments
361361
/// utilities.cpp
362+
// NOLINTBEGIN(google-explicit-constructor)
362363
BOOST_PYTHON_FUNCTION_OVERLOADS(
363364
generateFineCenterline_overload, lanelet::utils::generateFineCenterline, 1, 2)
364365
BOOST_PYTHON_FUNCTION_OVERLOADS(
@@ -378,6 +379,7 @@ BOOST_PYTHON_FUNCTION_OVERLOADS(
378379
getClosestLaneletWithConstrains_overload, ::getClosestLaneletWithConstrains, 2, 4)
379380
BOOST_PYTHON_FUNCTION_OVERLOADS(
380381
getPrecedingLaneletSequences_overload, lanelet::utils::query::getPrecedingLaneletSequences, 3, 4)
382+
// NOLINTEND(google-explicit-constructor)
381383

382384
BOOST_PYTHON_MODULE(_lanelet2_extension_python_boost_python_utility)
383385
{

0 commit comments

Comments
 (0)