[Bf-blender-cvs] [f56fddbf9af] master: Clang Tidy: disable WarningsAsErrors

Jacques Lucke noreply at git.blender.org
Mon Mar 29 11:04:48 CEST 2021


Commit: f56fddbf9af6a5e41154601ad2074a562fb4cb38
Author: Jacques Lucke
Date:   Mon Mar 29 11:03:36 2021 +0200
Branches: master
https://developer.blender.org/rBf56fddbf9af6a5e41154601ad2074a562fb4cb38

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.

===================================================================

M	.clang-tidy

===================================================================

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



More information about the Bf-blender-cvs mailing list