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 966884d..9d00686 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -29,3 +29,4 @@ Checks: - "-*-signed-bitwise"
- "-readability-use-anyofallof"
- "-readability-function-cognitive-complexity"
+# - "-*-rvalue-reference-param-not-moved"
|