diff options
Diffstat (limited to 'test/.clang-tidy')
-rw-r--r-- | test/.clang-tidy | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/test/.clang-tidy b/test/.clang-tidy index 5b5e5c9..e4b41e4 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -2,19 +2,8 @@ # SPDX-License-Identifier: 0BSD OR ISC Checks: > - *, -*-magic-numbers, - -*-uppercase-literal-suffix, - -altera-*, - -bugprone-macro-parentheses, -bugprone-suspicious-string-compare, -cert-err33-c, - -clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, - -hicpp-signed-bitwise, - -llvm-header-guard, - -llvmlibc-*, - -performance-no-int-to-ptr, -readability-identifier-length, -WarningsAsErrors: '*' -HeaderFilterRegex: '.*' -FormatStyle: file +InheritParentConfig: true |