summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 14:42:41 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 18:29:18 -0500
commitbeb23867f8cfd5bc0c58b8044de3433b40c2b3e5 (patch)
treeadd1e01060290920fb24d4c80acfa1875c0ae86e /.clang-tidy
parente9f7b26d8f47ba5911c2c271fd2cccdffc30a831 (diff)
downloadpatchage-beb23867f8cfd5bc0c58b8044de3433b40c2b3e5.tar.gz
patchage-beb23867f8cfd5bc0c58b8044de3433b40c2b3e5.tar.bz2
patchage-beb23867f8cfd5bc0c58b8044de3433b40c2b3e5.zip
Suppress/fix new warnings in clang-tidy 15
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 e9e208a..b751d0c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -14,6 +14,7 @@ Checks: >
-*-vararg,
-abseil-string-find-str-contains,
-altera-*,
+ -bugprone-assignment-in-if-condition,
-bugprone-easily-swappable-parameters,
-cert-dcl21-cpp,
-cert-dcl50-cpp,