Skip to content

Commit

Permalink
Add cppcoreguidelines-noexcept-move-operations check (#716)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau authored Dec 27, 2024
1 parent b3e8e1e commit 2d751a7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ cppcoreguidelines-*,
-cppcoreguidelines-misleading-capture-default-by-value,
-cppcoreguidelines-missing-std-forward,
-cppcoreguidelines-narrowing-conversions,
-cppcoreguidelines-noexcept-move-operations,
-cppcoreguidelines-non-private-member-variables-in-classes,
-cppcoreguidelines-owning-memory,
-cppcoreguidelines-pro-bounds-constant-array-index,
Expand All @@ -36,7 +35,6 @@ hicpp-*,
-hicpp-explicit-conversions,
-hicpp-member-init,
-hicpp-named-parameter,
-hicpp-noexcept-move,
-hicpp-special-member-functions,
-hicpp-static-assert,
-hicpp-use-auto,
Expand All @@ -55,7 +53,6 @@ modernize-*,
-modernize-use-trailing-return-type,
performance-*,
-performance-enum-size,
-performance-noexcept-move-constructor,
-performance-unnecessary-value-param,
portability-*,
readability-*,
Expand Down

0 comments on commit 2d751a7

Please sign in to comment.