Skip to content

Commit

Permalink
clang-tidy: Temporarily disable readability-function-congnitive-compl…
Browse files Browse the repository at this point in the history
…exity

...until our CI setup supports overriding configurations on a per-folder
basis (this check generates too many false positives for our unit tests).
  • Loading branch information
psalz committed May 24, 2023
1 parent 0c1d499 commit 3e6d9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Checks: -*,
performance-*,
readability-*,
-readability-avoid-const-params-in-decls,
-readability-function-cognitive-complexity,
-readability-identifier-length,
-readability-magic-numbers,
-readability-uppercase-literal-suffix,
Expand Down

0 comments on commit 3e6d9eb

Please sign in to comment.