summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-05-26 13:24:47 -0400
committerDavid Robillard <d@drobilla.net>2022-05-26 13:24:47 -0400
commit5575f0631708e3d2969654459a10ecaeaa3fe50f (patch)
tree6f3007111bad10490098ba722a37fb616741b4f2 /.clang-tidy
parent084fcc82a77a6e6fe36dc3b3abf92032766ab3d5 (diff)
downloadsratom-5575f0631708e3d2969654459a10ecaeaa3fe50f.tar.gz
sratom-5575f0631708e3d2969654459a10ecaeaa3fe50f.tar.bz2
sratom-5575f0631708e3d2969654459a10ecaeaa3fe50f.zip
Suppress new warnings in clang-tidy 13
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy5
1 files changed, 5 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 40c511c..db3091a 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,7 +1,10 @@
Checks: >
*,
-*-magic-numbers,
+ -*-narrowing-conversions,
-*-uppercase-literal-suffix,
+ -altera-*,
+ -bugprone-easily-swappable-parameters,
-bugprone-suspicious-string-compare,
-cert-err34-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
@@ -10,6 +13,8 @@ Checks: >
-llvm-header-guard,
-llvmlibc-*,
-misc-no-recursion,
+ -performance-no-int-to-ptr,
+ -readability-function-cognitive-complexity,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'
FormatStyle: file