Skip to content

Commit 6b8da52

Browse files
committed
Update clang-tidy
1 parent e300d1b commit 6b8da52

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

exports/lint-configs/.clang-tidy

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ CheckOptions:
4646
# them. Instead, we explicitly specify all rules (except those that should have reasonable
4747
# defaults, e.g., `""` for `ClassPrefix`).
4848

49+
# Function cognitive complexity rules
50+
readability-function-cognitive-complexity.IgnoreMacros: true
51+
4952
# Macro naming rules
5053
readability-identifier-naming.MacroDefinitionCase: "UPPER_CASE"
5154

0 commit comments

Comments
 (0)