Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-07-03 16:41:55 +0300
committerHans Goudey <h.goudey@me.com>2020-07-03 16:41:55 +0300
commit19ff145e666633cebeae97cf985c968d39044215 (patch)
tree0d1d52925a870127fbb4fbd2d512338dcf358c33 /.clang-tidy
parentffef562bf7792081c252118b22218647170117cf (diff)
Clang-Tidy: Enable readability-redundant-control-flow
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 7d8d4e9c3c0..385c7de7260 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -17,7 +17,6 @@ Checks: >
-readability-inconsistent-declaration-parameter-name,
-readability-non-const-parameter,
-readability-redundant-preprocessor,
- -readability-redundant-control-flow,
-readability-named-parameter,
-readability-function-size,
-readability-function-size,