aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-06-15 13:00:54 -0400
committerDavid Robillard <d@drobilla.net>2022-07-03 19:51:16 -0400
commit7ee4fa3fe15a2057541bf35534a2f94f77c19d5d (patch)
tree9b870fd422613f7dbb4de914a89807ba4285f323 /.clang-tidy
parent75111f6ff0f24e7ef683eb13963fe5c7e40d0f83 (diff)
downloadlv2-7ee4fa3fe15a2057541bf35534a2f94f77c19d5d.tar.xz
Suppress new warnings from clang-tidy 13
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 7cb42c6..08ce6e9 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -4,6 +4,7 @@ Checks: >
-*-magic-numbers,
-*-uppercase-literal-suffix,
-altera-*,
+ -bugprone-easily-swappable-parameters,
-bugprone-macro-parentheses,
-bugprone-suspicious-include,
-bugprone-suspicious-string-compare,