File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22WarningsAsErrors : " *"
3- Checks : >
3+ Checks : >-
44 -*,
55 abseil-*,
66 bugprone-*,
@@ -12,7 +12,6 @@ Checks: >
1212 readability-*,
1313 performance-*,
1414 readability-magic-numbers,
15- # clang-analyzer-cplusplus.NewDeleteLeaks TODO(#632) readd
1615 -misc-non-private-member-variables-in-classes,
1716 -misc-include-cleaner,
1817 -google-readability-avoid-underscore-in-googletest-name,
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ if (NOT CMAKE_BUILD_TYPE STREQUAL Release AND BUILD_WITH_CLANG_TIDY)
101101 else ()
102102 message (STATUS "clang-tidy found: ${CLANG_TIDY_EXE} " )
103103 message (STATUS "run clang tidy with: ${CLANG_TIDY_EXE} " )
104- set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_EXE} " )
104+ set (CMAKE_CXX_CLANG_TIDY "${CLANG_TIDY_EXE} ;--warnings-as-errors=* " )
105105 endif ()
106106endif ()
107107
You can’t perform that action at this time.
0 commit comments