Skip to content

Commit

Permalink
Update .clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofR9 committed Jan 25, 2024
1 parent 0c5c789 commit 4f2dcf7
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,7 +1,8 @@
Checks: >
*,
-android-*,
-fuchsia-*
-altera-*,
-fuchsia-*,
-linuxkernel*,
-llvm*,
-openmp-*,
Expand Down Expand Up @@ -48,4 +49,4 @@ CheckOptions:
# There is no error with c++17 or older. It is most probably a bug, for more inforemation
# look at https://stackoverflow.com/questions/68475958/clang-tidy-emits-warning-when-compiling-with-c20-enabled
- {key: readability-identifier-naming.TypeTemplateParameterIgnoredRegexp, value: expr-type}


0 comments on commit 4f2dcf7

Please sign in to comment.