2022-10-12 01:49:53 -07:00
|
|
|
Checks: >
|
|
|
|
-*,
|
2022-10-21 05:47:44 -07:00
|
|
|
|
2022-10-12 01:49:53 -07:00
|
|
|
bugprone-*,
|
|
|
|
google-*,
|
|
|
|
misc-*,
|
2022-10-21 05:47:44 -07:00
|
|
|
modernize-*,
|
2022-10-12 01:49:53 -07:00
|
|
|
performance-*,
|
|
|
|
portability-*,
|
|
|
|
readability-*,
|
2022-10-21 05:47:44 -07:00
|
|
|
|
2022-10-12 01:49:53 -07:00
|
|
|
-bugprone-assignment-in-if-condition,
|
|
|
|
-bugprone-branch-clone,
|
|
|
|
-bugprone-easily-swappable-parameters,
|
2022-10-21 05:47:44 -07:00
|
|
|
-bugprone-implicit-widening-of-multiplication-result,
|
|
|
|
-bugprone-macro-parentheses,
|
|
|
|
-bugprone-narrowing-conversions,
|
|
|
|
-bugprone-not-null-terminated-result,
|
|
|
|
-bugprone-reserved-identifier,
|
2022-10-12 01:49:53 -07:00
|
|
|
-bugprone-sizeof-expression,
|
2022-10-21 05:47:44 -07:00
|
|
|
-bugprone-suspicious-include,
|
|
|
|
-bugprone-suspicious-memory-comparison,
|
2022-10-12 01:49:53 -07:00
|
|
|
-bugprone-unused-return-value,
|
2022-10-21 05:47:44 -07:00
|
|
|
-google-readability-braces-around-statements,
|
2022-10-12 01:49:53 -07:00
|
|
|
-google-readability-function-size,
|
2022-10-21 05:47:44 -07:00
|
|
|
-misc-misplaced-const,
|
2022-10-12 01:49:53 -07:00
|
|
|
-misc-no-recursion,
|
|
|
|
-misc-unused-parameters,
|
2022-10-21 05:47:44 -07:00
|
|
|
-modernize-macro-to-enum,
|
2022-10-12 01:49:53 -07:00
|
|
|
-performance-no-int-to-ptr,
|
2022-10-22 03:36:38 -07:00
|
|
|
-readability-avoid-const-params-in-decls,
|
2022-10-21 05:47:44 -07:00
|
|
|
-readability-braces-around-statements,
|
2022-10-12 01:49:53 -07:00
|
|
|
-readability-else-after-return,
|
2022-10-21 05:47:44 -07:00
|
|
|
-readability-function-cognitive-complexity,
|
|
|
|
-readability-function-size,
|
2022-10-12 01:49:53 -07:00
|
|
|
-readability-identifier-length,
|
|
|
|
-readability-isolate-declaration,
|
|
|
|
-readability-magic-numbers,
|
2022-10-21 05:47:44 -07:00
|
|
|
-readability-misleading-indentation,
|
|
|
|
-readability-redundant-declaration,
|
2022-10-12 01:49:53 -07:00
|
|
|
-readability-redundant-function-ptr-dereference,
|
|
|
|
-readability-suspicious-call-argument,
|