summaryrefslogtreecommitdiffstats
path: root/src/gui/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-08-18 01:16:43 -0400
committerDavid Robillard <d@drobilla.net>2022-08-18 01:16:43 -0400
commit86a914ed7bf5316cad6dcac5f69cc3b300b40a23 (patch)
treea21951bd3115520a06c93cc3c86c82b32b35a884 /src/gui/.clang-tidy
parent1bf1ab5c898f6e6d6e878a716540d0049f5cb206 (diff)
downloadingen-86a914ed7bf5316cad6dcac5f69cc3b300b40a23.tar.gz
ingen-86a914ed7bf5316cad6dcac5f69cc3b300b40a23.tar.bz2
ingen-86a914ed7bf5316cad6dcac5f69cc3b300b40a23.zip
Fix control binding value computation
Diffstat (limited to 'src/gui/.clang-tidy')
-rw-r--r--src/gui/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/.clang-tidy b/src/gui/.clang-tidy
index e258f145..775b8cd7 100644
--- a/src/gui/.clang-tidy
+++ b/src/gui/.clang-tidy
@@ -18,7 +18,6 @@ Checks: >
-bugprone-macro-parentheses,
-bugprone-parent-virtual-call,
-bugprone-reserved-identifier,
- -bugprone-signed-char-misuse,
-bugprone-suspicious-string-compare,
-cert-dcl21-cpp,
-cert-dcl37-c,