Merge branch 'doc-clang-tidy-typo' into release-3.12

Merge-request: !2303
This commit is contained in:
Brad King
2018-08-24 13:39:06 -04:00

View File

@@ -9,5 +9,5 @@ created. For example:
.. code-block:: cmake
set(CMAKE_CXX_CLANG_TIDY clang-tidy checks=-*,readability-*)
set(CMAKE_CXX_CLANG_TIDY clang-tidy -checks=-*,readability-*)
add_executable(foo foo.cxx)