-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.clang-tidy
4 lines (4 loc) · 926 Bytes
/
.clang-tidy
1
2
3
4
Checks: '*, -modernize-use-nodiscard, -*use-trailing-return-type, -*private-member-variables-in-classes, -hicpp-braces-around-statements, -*readability-braces-around-statements, -google-explicit-constructor, -fuchsia-*, -hicpp-explicit-conversions, -google-default-arguments, -google-build-using-namespace, -hicpp-noexcept-move, -performance-noexcept-move-constructor, -hicpp-signed-bitwise, -cppcoreguidelines-avoid-c-arrays, -modernize-use-nullptr, -*-magic-numbers, -cert-err58-cpp, -google-global-names-in-headers, -cppcoreguidelines-owning-memory, -google-runtime-references, -google-readability-namespace-comments, -llvm-namespace-comment, -android-cloexec-fopen, -llvmlibc-callee-namespace, -cppcoreguidelines-avoid-non-const-global-variables'
CheckOptions:
- { key: hicpp-special-member-functions.AllowSoleDefaultDtor, value: 1 }
- { key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor, value: 1 }