diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 84322ba..bdee056 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -21,3 +21,5 @@ Checks: - "-*-avoid-c-arrays"
- "-*-use-anonymous-namespace"
- "-*-reinterpret-cast"
+ - "-*-noexcept-move"
+ - "-*-noexcept-move-constructor"
|