From 0c29a4a841dfe9f40fc82f9eee454a58badbc131 Mon Sep 17 00:00:00 2001
From: Allan Blanchard <allan.blanchard@cea.fr>
Date: Wed, 15 Jun 2022 16:32:39 +0200
Subject: [PATCH] [e-acsl] also check syntax for C files

---
 src/plugins/e-acsl/.gitattributes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/e-acsl/.gitattributes b/src/plugins/e-acsl/.gitattributes
index cba39b38c44..e69c6c626ef 100644
--- a/src/plugins/e-acsl/.gitattributes
+++ b/src/plugins/e-acsl/.gitattributes
@@ -27,8 +27,8 @@ Makefile.in header_spec=CEA_LGPL_OR_PROPRIETARY.E_ACSL
 # CHECK-INDENT                            #
 ###########################################
 
-/tests/*/*.c check-clang-format
-/share/**/*.c check-clang-format
+/tests/*/*.c check-syntax check-clang-format
+/share/**/*.c check-syntax check-clang-format
 
 ########################
 # HEADER_SPEC: .ignore #
-- 
GitLab