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