diff options
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index b789602..77149fb 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -6,6 +6,7 @@ Checks: > -concurrency-mt-unsafe, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, -hicpp-no-array-decay, + -llvm-header-guard, -performance-no-automatic-move, -readability-identifier-length, InheritParentConfig: true |