From 0b9cf5549eb91f4cc2856ce25023ad9e49b37296 Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Sat, 1 Jun 2019 04:30:21 +0200 Subject: [PATCH] update clang-tidy mention in codestyle readme --- README_codestyle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_codestyle.md b/README_codestyle.md index af0832e..77748dd 100644 --- a/README_codestyle.md +++ b/README_codestyle.md @@ -8,7 +8,7 @@ See [the configuration file](.clang-format). See [the configuration file](.clang-tidy). -*Note:* clang-tidy runs automatically during compilation if found by CMake (can be disabled with `-DUSE_CLANG_TIDY=no`) +*Note:* clang-tidy can run automatically during compilation by enabling it with `-DUSE_CLANG_TIDY=ON` ## Qt Creator's Code Model