diff options
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r-- | src/.clang-tidy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index 12ca76c..8d229b6 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -14,7 +14,7 @@ Checks: > -google-readability-todo, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, + -llvm-header-guard, -readability-function-cognitive-complexity, - -readability-identifier-length, -readability-suspicious-call-argument, InheritParentConfig: true |