New-Cli-Installer/.clang-tidy
Vladislav Nepogodin ef6fd02314
👷 update ui
2021-12-05 04:15:34 +04:00

25 lines
675 B
YAML

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$'