aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-02-03 15:33:43 -0500
committerDavid Robillard <d@drobilla.net>2023-02-03 15:33:43 -0500
commitef11fc10080c7d531d9e97910e62b84d2388ec30 (patch)
tree0ec44e279d7c806c71ace031686d1a5a7742d3ca /.clang-tidy
parentb4ac1ec675b79cd05ed7ff2eda8f41002f3a51ef (diff)
downloadserd-ef11fc10080c7d531d9e97910e62b84d2388ec30.tar.gz
serd-ef11fc10080c7d531d9e97910e62b84d2388ec30.tar.bz2
serd-ef11fc10080c7d531d9e97910e62b84d2388ec30.zip
Suppress new warnings in clang-tidy 15
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy3
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 8a56f512..c3ec9c0d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -4,9 +4,10 @@
Checks: >
*,
-altera-*,
+ -bugprone-assignment-in-if-condition,
+ -clang-diagnostic-unused-macros,
-llvmlibc-*,
-readability-identifier-length,
- -clang-diagnostic-unused-macros,
FormatStyle: file
HeaderFilterRegex: '.*/serd/.*\.h'
WarningsAsErrors: '*'