Skip to content

Commit 36ce67e

Browse files
authored
Merge pull request #35 from Geode-solutions/fix/absl2026
fix(OpenGeode): update abseil
2 parents 263b003 + 6cedaa2 commit 36ce67e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.clang-tidy

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2425
CheckOptions:
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

0 commit comments

Comments
 (0)