File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,10 @@ Checks: "*,
1717WarningsAsErrors : ' '
1818HeaderFilterRegex : ' '
1919FormatStyle : none
20-
2120CheckOptions :
22-
23- - key : readability-identifier-length.IgnoredVariableNames
21+ - key : readability-identifier-length.IgnoredVariableNames
2422 value : ' x|y|z'
25- - key : readability-identifier-length.IgnoredParameterNames
23+ - key : readability-identifier-length.IgnoredParameterNames
2624 value : ' x|y|z'
27- - key : bugprone-easily-swappable-parameters.MinimumLength
28- value : ' 3'
25+ - key : bugprone-easily-swappable-parameters.MinimumLength
26+ value : ' 3'
Original file line number Diff line number Diff line change @@ -12,10 +12,8 @@ add_compile_options(-Wall -Wextra -Wshadow -Wnon-virtual-dtor -pedantic)
1212set (CMAKE_EXPORT_COMPILE_COMMANDS ON )
1313
1414if (ENABLE_CLANG_TIDY)
15- if (CLANG_TIDY)
1615 find_program (CLANG_TIDY "clang-tidy" )
1716 set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY} " )
18- endif ()
1917endif ()
2018
2119find_package (GTest CONFIG REQUIRED)
You can’t perform that action at this time.
0 commit comments