You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
449 B
18 lines
449 B
Checks: > |
|
*, |
|
-*-magic-numbers, |
|
-*-uppercase-literal-suffix, |
|
-bugprone-branch-clone, |
|
-bugprone-reserved-identifier, |
|
-bugprone-suspicious-string-compare, |
|
-cert-dcl37-c, |
|
-cert-dcl51-cpp, |
|
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling, |
|
-google-readability-todo, |
|
-hicpp-signed-bitwise, |
|
-llvm-header-guard, |
|
-llvmlibc-*, |
|
-misc-no-recursion, |
|
WarningsAsErrors: '*' |
|
HeaderFilterRegex: '.*' |
|
FormatStyle: file
|
|
|