From 0cdaedcf57d4db6b0d1299a55cc1208f85371d4b Mon Sep 17 00:00:00 2001 From: Olga Kiseleva Date: Tue, 4 Mar 2025 21:07:10 +0100 Subject: [PATCH] [clang-tidy] Exclude libaccel_config.h from clang-tidy scan (#1185) --- sources/core-iaa/include/libaccel_config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sources/core-iaa/include/libaccel_config.h b/sources/core-iaa/include/libaccel_config.h index 7b649df2..b42f33f4 100644 --- a/sources/core-iaa/include/libaccel_config.h +++ b/sources/core-iaa/include/libaccel_config.h @@ -3,6 +3,7 @@ * * SPDX-License-Identifier: MIT ******************************************************************************/ +//NOLINTBEGIN #ifndef QPL_SOURCES_CORE_IAA_INCLUDE_LIBACCEL_CONFIG_H #define QPL_SOURCES_CORE_IAA_INCLUDE_LIBACCEL_CONFIG_H @@ -317,3 +318,4 @@ int accfg_engine_set_group_id(struct accfg_engine* engine, int } /* extern "C" */ #endif #endif //QPL_SOURCES_CORE_IAA_INCLUDE_LIBACCEL_CONFIG_H +//NOLINTEND