diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-24 00:29:16 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-24 00:29:16 +0200 |
commit | 98c8fd5d39ee645922f071b6433308a813245500 (patch) | |
tree | 36804c19823b601608c3c44694f6db20aa8ce21a /.clang-tidy | |
parent | 85985c4408906b18eb451ca94edabaa0c3607817 (diff) |
Add custom formatter & use it on Status
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index c8c8c55..be78fe7 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -24,3 +24,5 @@ Checks: - "-*-noexcept-move"
- "-*-noexcept-move-constructor"
- "-*-noexcept-move-operations"
+ - "-*-bounds-array-to-pointer-decay"
+ - "-*-no-array-decay"
|