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-*, _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
