summaryrefslogtreecommitdiff
path: root/.clang-tidy
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-24 00:29:16 +0200
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2024-04-24 00:29:16 +0200
commit98c8fd5d39ee645922f071b6433308a813245500 (patch)
tree36804c19823b601608c3c44694f6db20aa8ce21a /.clang-tidy
parent85985c4408906b18eb451ca94edabaa0c3607817 (diff)
Add custom formatter & use it on Status
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
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"