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