Skip to content

Commit

Permalink
clang-tidy: Add bugprone-move-forwarding-reference check
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed May 30, 2024
1 parent f61ede5 commit 88cdb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/.clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ Checks: '
-*,
bitcoin-*,
bugprone-argument-comment,
bugprone-move-forwarding-reference,
bugprone-string-constructor,
bugprone-use-after-move,
bugprone-lambda-function-name,
Expand Down

0 comments on commit 88cdb59

Please sign in to comment.