2021-01-30 21:55:35 +00:00
|
|
|
Checks: '*,
|
2021-06-09 21:46:25 +00:00
|
|
|
-altera-unroll-loops,
|
2021-01-30 21:55:35 +00:00
|
|
|
-llvmlibc-callee-namespace,
|
|
|
|
-llvm-header-guard,
|
|
|
|
-llvm-namespace-comment,
|
|
|
|
-google-build-using-namespace,
|
|
|
|
-google-runtime-int,
|
|
|
|
-google-readability-namespace-comments,
|
|
|
|
-fuchsia-statically-constructed-objects,
|
|
|
|
-cppcoreguidelines-pro-bounds-array-to-pointer-decay,
|
|
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
-cppcoreguidelines-pro-type-union-access,
|
|
|
|
-cppcoreguidelines-pro-type-cstyle-cast,
|
|
|
|
-cppcoreguidelines-pro-type-vararg,
|
|
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
|
|
-cppcoreguidelines-avoid-non-const-global-variables,
|
|
|
|
-cppcoreguidelines-avoid-c-arrays,
|
2021-06-26 18:55:26 +00:00
|
|
|
-cppcoreguidelines-special-member-functions,
|
2021-01-30 21:55:35 +00:00
|
|
|
-readability-magic-numbers,
|
|
|
|
-readability-uppercase-literal-suffix,
|
|
|
|
-modernize-use-trailing-return-type,
|
|
|
|
-modernize-avoid-c-arrays,
|
|
|
|
-hicpp-avoid-c-arrays,
|
|
|
|
-hicpp-uppercase-literal-suffix,
|
2021-06-09 21:46:25 +00:00
|
|
|
-hicpp-vararg,
|
2021-06-26 18:55:26 +00:00
|
|
|
-hicpp-no-assembler,
|
|
|
|
-hicpp-no-array-decay,
|
|
|
|
-hicpp-signed-bitwise,
|
|
|
|
-hicpp-special-member-functions,
|
2021-01-30 21:55:35 +00:00
|
|
|
-cert-err58-cpp,
|
2021-05-14 10:01:05 +00:00
|
|
|
-cert-err60-cpp'
|
|
|
|
CheckOptions:
|
|
|
|
- key: readability-function-cognitive-complexity.Threshold
|
2021-06-26 18:55:26 +00:00
|
|
|
value: 100
|