Skip to content

Commit

Permalink
[tidy] tighten rules
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoisCarouge committed May 21, 2022
1 parent 9358a3d commit 51d5a4b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .clang-tidy
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Checks: '*,
-fuchsia-overloaded-operator,
-misc-non-private-member-variables-in-classes,
-llvmlibc-*,
-modernize-use-trailing-return-type,
-altera-struct-pack-align,
-fuchsia-trailing-return'
-fuchsia-overloaded-operator,
-fuchsia-trailing-return,
-llvmlibc-implementation-in-namespace,
-llvmlibc-restrict-system-libc-headers,
-portability-simd-intrinsics'

CheckOptions:
- key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic
value: 1

0 comments on commit 51d5a4b

Please sign in to comment.