29 lines
753 B
YAML
29 lines
753 B
YAML
---
|
|
Checks: >
|
|
bugprone-*,
|
|
clang-analyzer-*,
|
|
google-*,
|
|
-google-objectivec-*,
|
|
modernize-*,
|
|
-modernize-deprecated-headers,
|
|
-modernize-use-using,
|
|
misc-*,
|
|
performance-*,
|
|
portability-*,
|
|
-bugprone-branch-clone,
|
|
-bugprone-easily-swappable-parameters,
|
|
-bugprone-macro-parentheses,
|
|
-bugprone-narrowing-conversions,
|
|
-bugprone-not-null-terminated-result,
|
|
-bugprone-reserved-identifier,
|
|
-bugprone-sizeof-expression,
|
|
-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling,
|
|
-clang-analyzer-security.insecureAPI.strcpy,
|
|
-google-readability-todo,
|
|
-misc-unused-parameters,
|
|
-misc-no-recursion,
|
|
-performance-no-int-to-ptr,
|
|
-readability-braces-around-statements,
|
|
-bugprone-assignment-in-if-condition,
|
|
|
|
...
|