Commit: 3215651f47174d747053f8521241f040192a39f3 Author: Sybren A. Stüvel Date: Fri Sep 4 14:44:31 2020 +0200 Branches: master https://developer.blender.org/rB3215651f47174d747053f8521241f040192a39f3
Cleanup: Clang-Tidy, describe current status of rules No functional changes. =================================================================== M .clang-tidy =================================================================== diff --git a/.clang-tidy b/.clang-tidy index 2a4d4f3135c..f8947eb0754 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -1,3 +1,6 @@ +# The warnings below are disabled because they are too pedantic and not worth fixing. +# Some of them will be enabled as part of the Clang-Tidy task, see T78535. + Checks: > -*, readability-*, _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
