aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy7
1 files changed, 4 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 5dc550b..013eda7 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,8 +1,9 @@
-# Copyright 2020-2022 David Robillard <d@drobilla.net>
+# Copyright 2020-2025 David Robillard <d@drobilla.net>
# SPDX-License-Identifier: 0BSD OR ISC
Checks: >
*,
+ -*-macro-to-enum,
-*-magic-numbers,
-altera-*,
-bugprone-assignment-in-if-condition,
@@ -10,8 +11,8 @@ Checks: >
-bugprone-macro-parentheses,
-clang-diagnostic-unused-function,
-clang-diagnostic-unused-macros,
- -llvmlibc-restrict-system-libc-headers,
- -modernize-macro-to-enum,
+ -llvmlibc-*,
+ -misc-include-cleaner,
-performance-no-int-to-ptr,
-readability-identifier-length,
CheckOptions: