summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 21:15:56 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 22:04:29 +0100
commite98e0618a8d6f70d8467284c0700ed614d537afa (patch)
treef188cfb3cb4bb4790017d3ab48624c600ab24919 /.clang-tidy
parentc8cb65e56c3abca075f47b0a1efc509ad2d26c28 (diff)
downloadingen-e98e0618a8d6f70d8467284c0700ed614d537afa.tar.gz
ingen-e98e0618a8d6f70d8467284c0700ed614d537afa.tar.bz2
ingen-e98e0618a8d6f70d8467284c0700ed614d537afa.zip
Isolate and initialize variable declarations
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 0 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy
index c27770ae..9c725bea 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -31,7 +31,6 @@ Checks: >
-clang-analyzer-valist.Uninitialized,
-clang-analyzer-webkit.NoUncountedMemberChecker,
-cppcoreguidelines-avoid-non-const-global-variables,
- -cppcoreguidelines-init-variables,
-cppcoreguidelines-macro-usage,
-cppcoreguidelines-no-malloc,
-cppcoreguidelines-owning-memory,
@@ -69,7 +68,6 @@ Checks: >
-readability-delete-null-pointer,
-readability-implicit-bool-conversion,
-readability-inconsistent-declaration-parameter-name,
- -readability-isolate-declaration,
-readability-redundant-smartptr-get,
-readability-use-anyofallof,
WarningsAsErrors: '*'