Skip to content

Commit

Permalink
clang-tidy: no longer use readability-function-cognitive-complexity
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Nov 15, 2024
1 parent 48b4fb3 commit e3d9ec6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ CheckOptions:
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: true

- key: readability-function-cognitive-complexity.IgnoreMacros
value: true

# https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html

# CamelCase represents types and enum constants.
Expand Down

0 comments on commit e3d9ec6

Please sign in to comment.