diff options
-rw-r--r-- | src/gui/.clang-tidy | 1 | ||||
-rw-r--r-- | tests/.clang-tidy | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy index acd4db6e..4dc4facc 100644 --- a/src/gui/.clang-tidy +++ b/src/gui/.clang-tidy @@ -25,5 +25,6 @@ Checks: > -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-vararg, + -llvm-header-guard, -readability-convert-member-functions-to-static, InheritParentConfig: true diff --git a/tests/.clang-tidy b/tests/.clang-tidy index fb68f4e4..7e189145 100644 --- a/tests/.clang-tidy +++ b/tests/.clang-tidy @@ -12,5 +12,6 @@ Checks: > -fuchsia-statically-constructed-objects, -google-readability-casting, -google-readability-todo, + -llvm-header-guard, -readability-function-cognitive-complexity, InheritParentConfig: true |