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 6be68df..c018d1f 100644 --- a/test/.clang-tidy +++ b/test/.clang-tidy @@ -1,17 +1,10 @@ Checks: > - *, - -*-magic-numbers, - -*-uppercase-literal-suffix, - -altera*, -bugprone-suspicious-include, -cert-err33-c, -google-runtime-references, -hicpp-multiway-paths-covered, -hicpp-signed-bitwise, -llvm-header-guard, - -llvmlibc-*, -modernize-use-trailing-return-type, -readability-function-cognitive-complexity, - -readability-identifier-length, -FormatStyle: file -HeaderFilterRegex: 'pugl/.*|test/.*' +InheritParentConfig: true |