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 4322089..84322ba 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -20,3 +20,4 @@ Checks: - "-*-no-malloc"
- "-*-avoid-c-arrays"
- "-*-use-anonymous-namespace"
+ - "-*-reinterpret-cast"
|