From 9eef1ed4b8f9f5ea5a5eccdd6e9d29d7befa2c44 Mon Sep 17 00:00:00 2001 From: Omar Awile Date: Tue, 5 Mar 2024 15:20:07 +0100 Subject: [PATCH] Update to latest hpc-coding-conventions (#1198) * Update to latest hpc-coding-conventions * Pin version 13 for clang-format to avoid code reformatting --- .bbp-project.yaml | 3 ++- cmake/hpc-coding-conventions | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.bbp-project.yaml b/.bbp-project.yaml index 49d547a65..ee8dd4949 100644 --- a/.bbp-project.yaml +++ b/.bbp-project.yaml @@ -1,13 +1,14 @@ tools: ClangFormat: enable: True + version: ~=13.0 exclude: match: - ext/.* - src/language/templates/* - test/usecases/*/* ClangTidy: - enable: true + enable: True option: '' exclude: match: diff --git a/cmake/hpc-coding-conventions b/cmake/hpc-coding-conventions index f8f8d69a6..8f8115597 160000 --- a/cmake/hpc-coding-conventions +++ b/cmake/hpc-coding-conventions @@ -1 +1 @@ -Subproject commit f8f8d69a66c23978d1c9c5dce62de79466f26e5d +Subproject commit 8f8115597817365c5c4fa39e217b3ab0b3640cb2