Skip to content

Commit

Permalink
chore: Update Clang Tidy configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Nov 1, 2024
1 parent 8bd82c0 commit 40b57ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Checks: '
portability-*,
readability-*,
-cppcoreguidelines-avoid-magic-numbers,
-google-readability-todo,
-misc-no-recursion,
-misc-non-private-member-variables-in-classes,
-readability-function-cognitive-complexity,
Expand Down
2 changes: 2 additions & 0 deletions benchmark/.clang-tidy
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
Checks: '
-bugprone-unused-return-value,
-cert-err33-c,
-google-build-using-namespace,
'
InheritParentConfig: true
Expand Down

0 comments on commit 40b57ca

Please sign in to comment.