summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-04-30 18:53:02 -0400
committerDavid Robillard <d@drobilla.net>2023-05-01 13:15:50 -0400
commit969d6c012e51a98427cadb42473dfaeb2a1f6df5 (patch)
tree901fc85addb03c9a10f941ca16295674e8e9272a /src/.clang-tidy
parent1f73daa1dd55d7889c30c4b0893b541266aa460c (diff)
downloadsratom-969d6c012e51a98427cadb42473dfaeb2a1f6df5.tar.gz
sratom-969d6c012e51a98427cadb42473dfaeb2a1f6df5.tar.bz2
sratom-969d6c012e51a98427cadb42473dfaeb2a1f6df5.zip
Suppress new clang-tidy warnings
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index c50cd8a..99d2651 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -10,6 +10,8 @@ Checks: >
-clang-analyzer-unix.Malloc,
-hicpp-signed-bitwise,
-misc-no-recursion,
+ -modernize-macro-to-enum,
+ -performance-no-int-to-ptr,
-readability-function-cognitive-complexity,
-readability-identifier-length,
InheritParentConfig: true