File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Checks: >
1919 -readability-use-anyofallof,
2020 -readability-redundant-access-specifiers,
2121 -readability-convert-member-functions-to-static,
22- -cppcoreguidelines-avoid-const-or-ref-data-members
22+ -cppcoreguidelines-avoid-const-or-ref-data-members,
23+ -cppcoreguidelines-pro-bounds-constant-array-index
2324
2425CheckOptions :
2526 - key : misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
@@ -63,5 +64,9 @@ CheckOptions:
6364 value : lower_case
6465 - key : readability-function-cognitive-complexity.Threshold
6566 value : 10
67+ - key : readability-function-cognitive-complexity.IgnoreMacros
68+ value : true
6669 - key : readability-function-size.ParameterThreshold
6770 value : 4
71+ - key : cppcoreguidelines-pro-type-member-init.IgnoreArrays
72+ value : true
You can’t perform that action at this time.
0 commit comments