summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-11 23:49:22 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-13 00:04:48 +0200
commit8db26a7350aad53ed73a127f9b8eb6ef15bf0be1 (patch)
tree5fd5f331d61e20ba89b6ae00c4b387b1e72796f1 /.clang-tidy
parenta2671839daddfaaec63f43132854c606c556558a (diff)
Implement Status
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
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"