File tree 4 files changed +12
-1
lines changed
4 files changed +12
-1
lines changed Original file line number Diff line number Diff line change
1
+ HeaderFilterRegex : ' /(examples|include|src|tests)/.*\.hpp'
2
+
3
+ FormatStyle : file
4
+
1
5
Checks : >
2
6
-*,
3
7
readability-identifier-naming,
Original file line number Diff line number Diff line change @@ -349,7 +349,8 @@ elseif(UNIX OR MINGW)
349
349
set (CMAKE_CXX_CLANG_TIDY ${CLANG_TIDY} )
350
350
message (STATUS "Using clang-tidy to run checks" )
351
351
elseif (DNNL_USE_CLANG_TIDY STREQUAL "FIX" )
352
- set (CMAKE_CXX_CLANG_TIDY ${CLANG_TIDY} -fix)
352
+ set (CMAKE_CXX_CLANG_TIDY ${CLANG_TIDY}
353
+ -fix)
353
354
message (STATUS "Using clang-tidy to run checks and fix found issues" )
354
355
endif ()
355
356
endif ()
Original file line number Diff line number Diff line change
1
+ Checks : ' -*,misc-definitions-in-headers'
2
+ CheckOptions :
3
+ - { key: HeaderFileExtensions, value: "x" }
Original file line number Diff line number Diff line change
1
+ Checks : ' -*,misc-definitions-in-headers'
2
+ CheckOptions :
3
+ - { key: HeaderFileExtensions, value: "x" }
You can’t perform that action at this time.
0 commit comments