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:
authorSybren A. Stüvel <sybren@blender.org>2020-09-04 14:39:32 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-09-04 14:39:32 +0300
commit570811f0efd4305540efd1841343a98273e37082 (patch)
treedb1bb475cdddcbe5ce250794d4fc3b406eff82bb /.clang-tidy
parente72a520a4c68ba74e7b71cc3388a19233bfb562b (diff)
Cleanup: Enable Clang-Tidy readability-qualified-auto rule
No functional changes. No changes except enabling the rule, even.
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 8a0f437066c..2f1c82e31f5 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -14,7 +14,6 @@ Checks: >
-readability-inconsistent-declaration-parameter-name,
-readability-redundant-member-init,
- -readability-qualified-auto,
-readability-use-anyofallof,
bugprone-*,