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:
authorJacques Lucke <jacques@blender.org>2021-03-29 12:03:36 +0300
committerJacques Lucke <jacques@blender.org>2021-03-29 12:04:34 +0300
commitf56fddbf9af6a5e41154601ad2074a562fb4cb38 (patch)
treec4114e9bdd9fda83ac349902c380a6e059794b97 /.clang-tidy
parent3681a619ded1a6b225befc31ef87259081fb61e5 (diff)
Clang Tidy: disable WarningsAsErrors
This makes regular development more pleasant, because one does not have to fix unrelated clang tidy mistakes when one is in the middle of something. Before this change, I would usually turn clang-tidy off entirely, but then forget to turn it on again. This change has been agreed on by Sergey as well.
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 98fa36db790..23a541eefd1 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -43,7 +43,6 @@ Checks: >
# the windows compiler currently.
-modernize-raw-string-literal
-WarningsAsErrors: '*'
CheckOptions:
- key: modernize-use-default-member-init.UseAssignment
value: 1