diff options
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index eee67bc7..5c490887 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -39,7 +39,6 @@ Checks: > -google-build-using-namespace, -google-default-arguments, -google-explicit-constructor, - -google-readability-namespace-comments, -google-readability-todo, -google-runtime-int, -google-runtime-references, @@ -50,7 +49,6 @@ Checks: > -hicpp-signed-bitwise, -hicpp-vararg, -llvm-header-guard, - -llvm-namespace-comment, -misc-unused-parameters, -modernize-redundant-void-arg, -modernize-use-trailing-return-type, |