Enable readability-identifier-length
lint check?
#165
Labels
difficulty/01-good-first-issue
Very approachable for new contributors
enhancement/refactor
Improves flexibility/maintainability
feedback/question
Asking for general feedback on an open-ended question
As mentioned in #162, much of the codebase is not compliant with this newly-added
clang-tidy
check. Looks like the default settings (which we mostly tend to keep) requires that variables names be 3 characters long or longer.This is as much a question on whether or not we should enable such a stringent check as it is a question of what settings we should enforce.
The text was updated successfully, but these errors were encountered: