Skip to content

Commit

Permalink
Add cppcoreguidelines-rvalue-reference-param-not-moved check
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Oct 26, 2024
1 parent 77aa4f0 commit 575480e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ cppcoreguidelines-*,
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
-cppcoreguidelines-pro-type-member-init,
-cppcoreguidelines-pro-type-reinterpret-cast,
-cppcoreguidelines-rvalue-reference-param-not-moved,
google-*,
-google-readability-casting,
-google-readability-todo,
Expand Down Expand Up @@ -67,3 +66,5 @@ readability-*,
-readability-named-parameter,
-readability-redundant-access-specifiers'
WarningsAsErrors: '*'
CheckOptions:
cppcoreguidelines-rvalue-reference-param-not-moved.AllowPartialMove: 'true'

0 comments on commit 575480e

Please sign in to comment.