From cad9fff2ac4c18051a7013c8854598112853c0b4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Sep 2022 20:03:14 -0400 Subject: Clean up include guards --- test/.clang-tidy | 1 + 1 file changed, 1 insertion(+) (limited to 'test') 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 -- cgit v1.2.1