From 398c7f911bcdab1d3c9879982e0d26296c6a0b34 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 2 Feb 2026 11:34:54 +0530 Subject: [PATCH] Include R_package in style checks (fixes #240) --- .github/workflows/run_style_checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_style_checks.yml b/.github/workflows/run_style_checks.yml index da528e81..7d6a9dc0 100644 --- a/.github/workflows/run_style_checks.yml +++ b/.github/workflows/run_style_checks.yml @@ -45,7 +45,7 @@ jobs: style: file tidy-checks: '-*' # disable clang-tidy checks version: 16 - ignore: R_package # TODO: remove this as part of #240 + ignore: headers/carma|headers/carma-stable # Ignore third-party code only files-changed-only: false - name: Exit if necessary