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:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy9
1 files changed, 0 insertions, 9 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 7cf2830d438..3f24e7718e2 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -12,12 +12,8 @@ Checks: >
-readability-misleading-indentation,
- -readability-else-after-return,
-readability-inconsistent-declaration-parameter-name,
-readability-redundant-preprocessor,
- -readability-function-size,
- -readability-function-size,
- -readability-redundant-string-init,
-readability-redundant-member-init,
-readability-const-return-type,
-readability-static-accessed-through-instance,
@@ -35,11 +31,6 @@ Checks: >
-bugprone-sizeof-expression,
-bugprone-integer-division,
-bugprone-incorrect-roundings,
- -bugprone-suspicious-string-compare,
- -bugprone-not-null-terminated-result,
- -bugprone-suspicious-missing-comma,
- -bugprone-parent-virtual-call,
- -bugprone-infinite-loop,
-bugprone-copy-constructor-init,
WarningsAsErrors: '*'