summaryrefslogtreecommitdiffstats
path: root/benchmark/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-10-14 13:18:34 -0400
committerDavid Robillard <d@drobilla.net>2022-10-14 17:53:49 -0400
commit7140e86503d98e4b0f7aa65f89b47e4317a56134 (patch)
treea3216def597d3d6d2c7cf97409160dc4d234f39b /benchmark/.clang-tidy
parente2a008621fbdb9367c964958dc96afa326bd115b (diff)
downloadzix-7140e86503d98e4b0f7aa65f89b47e4317a56134.tar.gz
zix-7140e86503d98e4b0f7aa65f89b47e4317a56134.tar.bz2
zix-7140e86503d98e4b0f7aa65f89b47e4317a56134.zip
Simplify clang-tidy configuration
Diffstat (limited to 'benchmark/.clang-tidy')
-rw-r--r--benchmark/.clang-tidy9
1 files changed, 1 insertions, 8 deletions
diff --git a/benchmark/.clang-tidy b/benchmark/.clang-tidy
index 8c2dca3..839ef3b 100644
--- a/benchmark/.clang-tidy
+++ b/benchmark/.clang-tidy
@@ -2,18 +2,11 @@
# SPDX-License-Identifier: CC0-1.0 OR ISC
Checks: >
- *,
-*-magic-numbers,
- -altera-*,
-android-cloexec-fopen,
-bugprone-easily-swappable-parameters,
-cert-err33-c,
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
- -hicpp-multiway-paths-covered,
-llvm-header-guard,
- -llvmlibc-*,
-performance-no-int-to-ptr,
- -readability-identifier-length,
-WarningsAsErrors: '*'
-HeaderFilterRegex: '.*'
-FormatStyle: file
+InheritParentConfig: true