Blender Git Loki
Git Commits -> Revision 6414da0
Revision 6414da0 by Sybren A. Stüvel (master) August 7, 2020, 14:23 (GMT) |
Cleanup: enable and silence Clang-Tidy readability-function-size Enable Clang-Tidy's `readability-function-size` rule and add a few `NOLINT` markers to explicitly silence warnings for three functions. These functions are huge and would IMO benefit from splitting up, but are hard to without intimate knowledge of the code. At least by enabling the rule, we can start tweaking the values and refactoring other functions that bubble up as being too long/complex. No functional changes. |
Commit Details:
Full Hash: 6414da03817c48393d341be088616d754465a44b
Parent Commit: 2a0bc4d
Lines Changed: +3, -3