[Bf-blender-cvs] [570811f0efd] master: Cleanup: Enable Clang-Tidy readability-qualified-auto rule

Sybren A. Stüvel noreply at git.blender.org
Fri Sep 4 13:39:42 CEST 2020


Commit: 570811f0efd4305540efd1841343a98273e37082
Author: Sybren A. Stüvel
Date:   Fri Sep 4 13:39:32 2020 +0200
Branches: master
https://developer.blender.org/rB570811f0efd4305540efd1841343a98273e37082

Cleanup: Enable Clang-Tidy readability-qualified-auto rule

No functional changes. No changes except enabling the rule, even.

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

M	.clang-tidy

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

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-*,



More information about the Bf-blender-cvs mailing list