diff options
author | David Robillard <d@drobilla.net> | 2020-11-27 17:57:40 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-11-27 21:42:51 +0100 |
commit | e398029f74d6be188829032f5f4d8a8a9e2fb3f9 (patch) | |
tree | 7685185b92290e8d61462d7e9f3d4ddea134c10b /.clang-tidy | |
parent | 6342c9cfa934b356b6903be030ce2667c4e5b829 (diff) | |
download | patchage-e398029f74d6be188829032f5f4d8a8a9e2fb3f9.tar.gz patchage-e398029f74d6be188829032f5f4d8a8a9e2fb3f9.tar.bz2 patchage-e398029f74d6be188829032f5f4d8a8a9e2fb3f9.zip |
Always initialize variables
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 61b2364..f2fbea4 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -23,7 +23,6 @@ Checks: > -clang-diagnostic-unreachable-code-return, -cppcoreguidelines-avoid-non-const-global-variables, -cppcoreguidelines-explicit-virtual-functions, - -cppcoreguidelines-init-variables, -cppcoreguidelines-macro-usage, -cppcoreguidelines-owning-memory, -cppcoreguidelines-pro-bounds-array-to-pointer-decay, |