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:44:54 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2020-10-21 10:45:17 +0300
commit7ac6f4d26cff2c4a05e78f05fb6e9947a7760629 (patch)
treed3c51f8d68feb4deb64faee48c62c70631aac99f /.clang-tidy
parentee90effd3a3e56473cef8674d1984e3ee51b8fcc (diff)
Cleanup: Clang-tidy readability-redundant-string-init
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 995f585cda1..a3aa8221ee0 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -20,7 +20,6 @@ Checks: >
-readability-named-parameter,
-readability-function-cognitive-complexity,
- -readability-redundant-string-init,
bugprone-*,
-bugprone-narrowing-conversions,