From 8a78dc488b30f296e72a65e8426295d575187723 Mon Sep 17 00:00:00 2001 From: Steve Peters Date: Wed, 4 Jun 2025 14:28:30 -0700 Subject: [PATCH] ci.yml: run cppcheck, cpplint on noble Signed-off-by: Steve Peters --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dacfdaaf67..b8da0928ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,8 +32,6 @@ jobs: # per bug https://github.com/gazebosim/gz-sim/issues/1409 cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' codecov-enabled: true - cppcheck-enabled: true - cpplint-enabled: true apt-dependencies: libdwarf-dev libdw-dev binutils-dev noble-ci: @@ -52,4 +50,6 @@ jobs: with: # per bug https://github.com/gazebosim/gz-sim/issues/1409 cmake-args: '-DCMAKE_INSTALL_PREFIX=/usr -DBUILD_DOCS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo' + cppcheck-enabled: true + cpplint-enabled: true apt-dependencies: libdwarf-dev libdw-dev binutils-dev