diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-05 00:00:33 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-05 00:00:33 +0200 |
commit | f46b019cb0a2f451234fdb4f20620b7e443da136 (patch) | |
tree | 29a3b0f1441cef9932e0770b155294be55d11e9e /.clang-tidy | |
parent | 8970c40ce9a9a4e5f582b48f69b77bd90d8e678e (diff) |
Add gsl::owner
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 4322089..84322ba 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,3 +20,4 @@ Checks: - "-*-no-malloc"
- "-*-avoid-c-arrays"
- "-*-use-anonymous-namespace"
+ - "-*-reinterpret-cast"
|