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:
authorAnkit Meel <ankitjmeel@gmail.com>2020-10-21 10:51:00 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2020-10-21 10:51:00 +0300
commitafd13710b897cc1c11ba2811001bab8fe142d148 (patch)
treec3c9b124914ca2b5362de05f3b331542e59b965e /.clang-tidy
parent7ac6f4d26cff2c4a05e78f05fb6e9947a7760629 (diff)
Cleanup: Clang-tidy readability-named-parameter
No functional change.
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 a3aa8221ee0..9a1392407b9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -18,7 +18,6 @@ Checks: >
-readability-redundant-member-init,
-readability-use-anyofallof,
- -readability-named-parameter,
-readability-function-cognitive-complexity,
bugprone-*,