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 13:26:24 +0300
committerSybren A. Stüvel <sybren@blender.org>2020-09-04 13:37:56 +0300
commitcc2b114a21bbd311bd5f497241403aab80fd79a1 (patch)
treee82e6cd6d1bdd38b118d71a8c089304580dd250e /.clang-tidy
parent3e3e42cbcb899c879936ec596759a9c7e533dd5f (diff)
Cleanup: Clang-Tidy readability-static-accessed-through-instance fixes
No functional changes.
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 4a6550a558e..8d2abc5897c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -14,7 +14,6 @@ Checks: >
-readability-inconsistent-declaration-parameter-name,
-readability-redundant-member-init,
- -readability-static-accessed-through-instance,
-readability-redundant-declaration,
-readability-qualified-auto,
-readability-use-anyofallof,