diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index bdee056..c8c8c55 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -23,3 +23,4 @@ Checks: - "-*-reinterpret-cast"
- "-*-noexcept-move"
- "-*-noexcept-move-constructor"
+ - "-*-noexcept-move-operations"
|