From c8f59cb6e53cf94e1a217ea8e725afeb445bd1b1 Mon Sep 17 00:00:00 2001 From: kminoda Date: Tue, 4 Jun 2024 21:08:38 +0900 Subject: [PATCH] revert unnecessary commit Signed-off-by: kminoda --- .github/workflows/cppcheck-all.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cppcheck-all.yaml b/.github/workflows/cppcheck-all.yaml index fc999b7f8bd4a..49969b7a5ddae 100644 --- a/.github/workflows/cppcheck-all.yaml +++ b/.github/workflows/cppcheck-all.yaml @@ -35,7 +35,7 @@ jobs: continue-on-error: true id: cppcheck run: | - cppcheck --enable=all --inconclusive --check-level=exhaustive --error-exitcode=1 --xml perception/lidar_centerpoint 2> cppcheck-report.xml + cppcheck --enable=all --inconclusive --check-level=exhaustive --error-exitcode=1 --xml . 2> cppcheck-report.xml shell: bash - name: Count errors by error ID and severity