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