Skip to content

Commit

Permalink
Add NOLINT for direct include of .cpp file
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime CLEMENT <maxime.clement@tier4.jp>
  • Loading branch information
maxime-clem committed Apr 20, 2022
1 parent 88a77dd commit 415134e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "../src/obstacle_collision_checker_node/obstacle_collision_checker.cpp"
#include "../src/obstacle_collision_checker_node/obstacle_collision_checker.cpp" // NOLINT
#include "gtest/gtest.h"

TEST(test_obstacle_collision_checker, filterPointCloudByTrajectory)
Expand Down

0 comments on commit 415134e

Please sign in to comment.