aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-09-27 18:15:25 +0200
committerDavid Robillard <d@drobilla.net>2020-09-27 18:15:25 +0200
commit9b9ca021d6401097d32d96d27de6f906a0252109 (patch)
treee29ecfe51defb7a9dae50528631bfcce72eea001 /.clang-tidy
parent1e936e45560d6e398d41aaf36e04a7f491f06b37 (diff)
downloadlv2-9b9ca021d6401097d32d96d27de6f906a0252109.tar.xz
Initialize all variables
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index e46c5e8..4026e2b 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -6,7 +6,6 @@ Checks: >
-clang-diagnostic-empty-translation-unit,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
- -cppcoreguidelines-init-variables,
-hicpp-signed-bitwise,
-llvm-header-guard,
-readability-else-after-return,