diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-11-01 22:56:06 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-12-20 15:35:58 +0100 |
commit | 343d872be9f91e5fcb9167021790831458cbf19c (patch) | |
tree | 97b233cd71ec254978135eb5847abe514589ceee /.clang-tidy | |
parent | 2a10eaae094e48a157d55ec886aaa07b0d0be6c9 (diff) |
More work on option
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"
|