Skip to content

Commit

Permalink
Clang-Tidy: some new checks (that we don't want).
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 24, 2019
1 parent 83828dd commit afb62d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .clang-tidy
Expand Up @@ -23,6 +23,8 @@ Checks: >-
-cppcoreguidelines-special-member-functions,
fuchsia-*,
-fuchsia-default-arguments,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-fuchsia-multiple-inheritance,
-fuchsia-overloaded-operator,
-fuchsia-statically-constructed-objects,
Expand All @@ -41,6 +43,7 @@ Checks: >-
-misc-non-private-member-variables-in-classes,
modernize-*,
-modernize-pass-by-value,
-modernize-use-trailing-return-type,
performance-*,
readability-*,
-readability-isolate-declaration,
Expand Down

0 comments on commit afb62d7

Please sign in to comment.