Skip to content

Commit

Permalink
[clang-tidy] Exclude libaccel_config.h from clang-tidy scan (#1185)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiselik authored Mar 4, 2025
1 parent d08be00 commit 0cdaedc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sources/core-iaa/include/libaccel_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit 0cdaedc

Please sign in to comment.