diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-05 18:53:16 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-05 18:53:16 +0100 |
commit | e65fe1b93684f9517599be695eb40aa4537fc6c7 (patch) | |
tree | 7b3c429e20574c9c0a66d1302a978d1b39379397 /.clang-tidy | |
parent | 11894bef04095c37196af5ae1bfed885775d49eb (diff) |
Add status_or
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 9da33e4..d7337bd 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -31,3 +31,4 @@ Checks: - "-readability-use-anyofallof"
- "-readability-function-cognitive-complexity"
- "-readability-math-missing-parentheses"
+ - "-*-rvalue-reference-param-not-moved"
|