diff options
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index fcaf19b..4ce2491 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,20 +2,13 @@ # SPDX-License-Identifier: CC0-1.0 OR ISC Checks: > - *, -*-magic-numbers, - -altera-*, -bugprone-easily-swappable-parameters, -cert-err33-c, -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, -cppcoreguidelines-avoid-non-const-global-variables, -google-readability-casting, - -hicpp-multiway-paths-covered, -llvm-header-guard, - -llvmlibc-*, -performance-no-int-to-ptr, -readability-function-cognitive-complexity, - -readability-identifier-length, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file +InheritParentConfig: true |