Skip to content

Commit 08ec039

Browse files
committed
fix(fake_test_node, osqp_interface, qp_interface): remove unnecessary cppcheck inline suppressions
Signed-off-by: Ryuta Kambe <ryuta.kambe@tier4.jp>
1 parent 7cbf2f5 commit 08ec039

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

common/fake_test_node/test/test_fake_test_node.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ TEST_F(FakeNodeFixture, Test)
9797

9898
INSTANTIATE_TEST_SUITE_P(
9999
FakeNodeFixtureTests, FakeNodeFixtureParametrized,
100-
// cppcheck-suppress syntaxError // cppcheck doesn't like the trailing comma.
101100
::testing::Values(-5, 0, 42));
102101

103102
/// @test Test that we can use a parametrized test.

common/osqp_interface/test/test_osqp_interface.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ namespace
3737
// y = [-2.9, 0.0, 0.2, 0.0]`
3838
// obj = 1.88
3939

40-
// cppcheck-suppress syntaxError
4140
TEST(TestOsqpInterface, BasicQp)
4241
{
4342
using autoware::common::osqp::calCSCMatrix;

common/qp_interface/test/test_osqp_interface.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ namespace
3737
// y = [-2.9, 0.0, 0.2, 0.0]`
3838
// obj = 1.88
3939

40-
// cppcheck-suppress syntaxError
4140
TEST(TestOsqpInterface, BasicQp)
4241
{
4342
using qp::calCSCMatrix;

common/qp_interface/test/test_proxqp_interface.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ namespace
3838
// y = [-2.9, 0.0, 0.2, 0.0]`
3939
// obj = 1.88
4040

41-
// cppcheck-suppress syntaxError
4241
TEST(TestProxqpInterface, BasicQp)
4342
{
4443
auto check_result = [](const auto & solution) {

0 commit comments

Comments
 (0)