diff options
author | David Robillard <d@drobilla.net> | 2022-10-14 13:18:34 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-10-14 17:53:49 -0400 |
commit | 7140e86503d98e4b0f7aa65f89b47e4317a56134 (patch) | |
tree | a3216def597d3d6d2c7cf97409160dc4d234f39b /src | |
parent | e2a008621fbdb9367c964958dc96afa326bd115b (diff) | |
download | zix-7140e86503d98e4b0f7aa65f89b47e4317a56134.tar.gz zix-7140e86503d98e4b0f7aa65f89b47e4317a56134.tar.bz2 zix-7140e86503d98e4b0f7aa65f89b47e4317a56134.zip |
Simplify clang-tidy configuration
Diffstat (limited to 'src')
-rw-r--r-- | src/.clang-tidy | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy index 4bacd45..2f273ed 100644 --- a/src/.clang-tidy +++ b/src/.clang-tidy @@ -2,17 +2,10 @@ # SPDX-License-Identifier: CC0-1.0 OR ISC Checks: > - *, -*-magic-numbers, - -altera-*, -bugprone-easily-swappable-parameters, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, - -hicpp-multiway-paths-covered, -llvm-header-guard, - -llvmlibc-*, -misc-no-recursion, -readability-function-cognitive-complexity, - -readability-identifier-length, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file +InheritParentConfig: true |