Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
po
Browse files Browse the repository at this point in the history
  • Loading branch information
takayuki5168 committed Jun 16, 2024
1 parent 4ebd7c9 commit 8443349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tmp/lanelet2_extension_python/src/utility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
// Authors: Mamoru Sobue

// NOLINTBEGIN(readability-identifier-naming)
// NOLINTBEGIN(cppcoreguidelines-pro-bounds-pointer-arithmetic)

#include <lanelet2_extension/utility/query.hpp>
#include <lanelet2_extension/utility/utilities.hpp>
Expand Down Expand Up @@ -556,3 +557,4 @@ BOOST_PYTHON_MODULE(_lanelet2_extension_python_boost_python_utility)
}

// NOLINTEND(readability-identifier-naming)
// NOLINTEND(cppcoreguidelines-pro-bounds-pointer-arithmetic)

0 comments on commit 8443349

Please sign in to comment.