Skip to content

Commit

Permalink
Hotfix clang-tidy.
Browse files Browse the repository at this point in the history
  • Loading branch information
karnkaul committed Jan 28, 2024
1 parent 316659d commit 32d24a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
--- Checks: 'clang-analyzer-*,
Checks:
'clang-analyzer-*,
concurrency-*,
cppcoreguidelines-*,
-cppcoreguidelines-non-private-member-variables-in-classes,
Expand All @@ -10,4 +11,4 @@ performance-*,
portability-*,
readability-*,
-readability-identifier-length,
-readability-uppercase-literal-suffix -readability-magic-numbers ...
-readability-uppercase-literal-suffix -readability-magic-numbers'

0 comments on commit 32d24a9

Please sign in to comment.