mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
25 lines
675 B
YAML
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$'
|