diff options
author | David Robillard <d@drobilla.net> | 2020-08-01 21:36:41 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-08-02 01:48:48 +0200 |
commit | 7bf68773bc946f3e0fe4c25b05082ca4b068a593 (patch) | |
tree | cc09ecb9c32d4d2606ac3a4f563e06ddfa9eb5f8 /.clang-tidy | |
parent | c0de5d2620cc1ee227ff2c64ef163e308ba19cb4 (diff) | |
download | ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.tar.gz ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.tar.bz2 ingen-7bf68773bc946f3e0fe4c25b05082ca4b068a593.zip |
Clean up namespace comments
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, |