mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 21:59:54 -06:00
clang-tidy: suppress new readability-identifier-length lint
CMake uses short names all over the place; 3 character minimums is excessive.
This commit is contained in:
@@ -24,6 +24,7 @@ readability-*,\
|
||||
-readability-convert-member-functions-to-static,\
|
||||
-readability-function-cognitive-complexity,\
|
||||
-readability-function-size,\
|
||||
-readability-identifier-length,\
|
||||
-readability-identifier-naming,\
|
||||
-readability-implicit-bool-conversion,\
|
||||
-readability-inconsistent-declaration-parameter-name,\
|
||||
|
||||
Reference in New Issue
Block a user