diff --git a/tmp/lanelet2_extension_python/src/utility.cpp b/tmp/lanelet2_extension_python/src/utility.cpp index bdb9c83b..c96db034 100644 --- a/tmp/lanelet2_extension_python/src/utility.cpp +++ b/tmp/lanelet2_extension_python/src/utility.cpp @@ -15,6 +15,7 @@ // Authors: Mamoru Sobue // NOLINTBEGIN(readability-identifier-naming) +// NOLINTBEGIN(cppcoreguidelines-pro-bounds-pointer-arithmetic) #include #include @@ -556,3 +557,4 @@ BOOST_PYTHON_MODULE(_lanelet2_extension_python_boost_python_utility) } // NOLINTEND(readability-identifier-naming) +// NOLINTEND(cppcoreguidelines-pro-bounds-pointer-arithmetic)