New-Cli-Installer/.clang-tidy

25 lines
675 B
Plaintext
Raw Normal View History

2021-12-05 08:15:34 +08:00
Checks: '-android-cloexec-fopen,
-cppcoreguidelines-*,
-fuchsia-default-arguments-calls,
-fuchsia-default-arguments-declarations,
-fuchsia-overloaded-operator,
-google-explicit-constructor,
-google-readability-function-size,
-google-runtime-int,
-google-runtime-references,
-hicpp-*,
-llvm-header-guard,
-llvm-include-order,
-llvmlibc-*,
-misc-*,
-modernize-*,
-readability-*,
-performance-*'
FormatStyle: 'file'
CheckOptions:
- key: hicpp-special-member-functions.AllowSoleDefaultDtor
value: 1
HeaderFilterRegex: '.*hpp$'