55Checks : >
66 *,
77 -altera*,
8+ -boost*,
89 -fuchsia*,
910 -llvmlibc*,
1011 -llvm-header-guard,
12+ -llvm-prefer-static-over-anonymous-namespace,
13+ -google-readability-todo,
1114 -misc-no-recursion,
15+ -misc-include-cleaner,
16+ -misc-const-correctness,
1217 -modernize-use-trailing-return-type,
18+ -portability-avoid-pragma-once,
19+ -readability-use-anyofallof,
1320 -readability-redundant-access-specifiers,
1421 -readability-convert-member-functions-to-static,
15- -cppcoreguidelines-avoid-const-or-ref-data-members
22+ -cppcoreguidelines-avoid-const-or-ref-data-members,
23+ -cppcoreguidelines-pro-bounds-constant-array-index
1624
1725CheckOptions :
18- - key : misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
19- value : ' 1 '
26+ - key : misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
27+ value : " 1 "
2028 - key : readability-identifier-length.MinimumLoopCounterNameLength
2129 value : 1
2230 - key : readability-identifier-length.IgnoredVariableNames
23- value : ' ^[defijkptuvw]$ '
31+ value : " ^[_defijkptuvwxyz]$ "
2432 # More options here: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html
2533 - key : readability-identifier-naming.NamespaceCase
2634 value : lower_case
2735 - key : readability-identifier-naming.ClassCase
28- value : CamelCase
36+ value : CamelCase
2937 - key : readability-identifier-naming.StructCase
30- value : CamelCase
38+ value : CamelCase
3139 - key : readability-identifier-naming.FunctionCase
3240 value : lower_case
3341 - key : readability-identifier-naming.VariableCase
@@ -51,14 +59,14 @@ CheckOptions:
5159 - key : readability-identifier-naming.GlobalFunctionCase
5260 value : lower_case
5361 - key : readability-identifier-naming.MemberConstantCase
54- value : CamelCase
62+ value : CamelCase
5563 - key : readability-identifier-naming.StaticConstantCase
56- value : lower_case
64+ value : lower_case
5765 - key : readability-function-cognitive-complexity.Threshold
5866 value : 10
67+ - key : readability-function-cognitive-complexity.IgnoreMacros
68+ value : true
5969 - key : readability-function-size.ParameterThreshold
6070 value : 4
61- - key : misc-include-cleaner.IgnoreHeaders
62- value : utility;cstddef;geode/.*_export\.h;geode/.*/common\.h;geode/basic/types\.h;geode/basic/assert\.h;
63-
64-
71+ - key : cppcoreguidelines-pro-type-member-init.IgnoreArrays
72+ value : true
0 commit comments