2022-09-04 18:02:32 +01:00
|
|
|
Checks: >
|
|
|
|
|
-*,
|
|
|
|
|
bugprone-argument-comment,
|
|
|
|
|
bugprone-bool-pointer-implicit-conversion,
|
|
|
|
|
bugprone-inaccurate-erase,
|
|
|
|
|
bugprone-move-forwarding-reference,
|
|
|
|
|
bugprone-redundant-branch-condition,
|
|
|
|
|
bugprone-string-constructor,
|
|
|
|
|
bugprone-string-integer-assignment,
|
|
|
|
|
bugprone-suspicious-memset-usage,
|
|
|
|
|
bugprone-suspicious-semicolon,
|
|
|
|
|
bugprone-suspicious-string-compare,
|
|
|
|
|
bugprone-terminating-continue,
|
|
|
|
|
bugprone-too-small-loop-variable,
|
|
|
|
|
bugprone-virtual-near-miss,
|
|
|
|
|
misc-redundant-expression,
|
|
|
|
|
misc-static-assert,
|
|
|
|
|
modernize-make-shared,
|
|
|
|
|
modernize-make-unique,
|
|
|
|
|
modernize-redundant-void-arg,
|
|
|
|
|
modernize-use-emplace,
|
|
|
|
|
modernize-use-equals-delete,
|
|
|
|
|
modernize-use-nullptr,
|
|
|
|
|
modernize-use-override,
|
|
|
|
|
performance-faster-string-find,
|
|
|
|
|
performance-for-range-copy,
|
|
|
|
|
performance-implicit-conversion-in-loop,
|
|
|
|
|
performance-inefficient-algorithm,
|
|
|
|
|
performance-inefficient-vector-operation,
|
|
|
|
|
performance-trivially-destructible,
|
|
|
|
|
readability-braces-around-statements,
|
2022-11-20 00:16:05 +00:00
|
|
|
readability-container-size-empty,
|
2022-09-04 18:02:32 +01:00
|
|
|
readability-duplicate-include,
|
|
|
|
|
readability-isolate-declaration,
|
2022-11-20 01:22:35 +00:00
|
|
|
readability-misleading-indentation,
|
2022-09-04 18:02:32 +01:00
|
|
|
readability-misplaced-array-index,
|
|
|
|
|
readability-redundant-control-flow,
|
|
|
|
|
readability-redundant-function-ptr-dereference,
|
|
|
|
|
readability-redundant-smartptr-get,
|
|
|
|
|
readability-redundant-string-cstr,
|
|
|
|
|
readability-simplify-subscript-expr,
|
2022-11-20 01:31:41 +00:00
|
|
|
readability-static-accessed-through-instance,
|
2022-09-04 18:02:32 +01:00
|
|
|
readability-static-definition-in-anonymous-namespace,
|
|
|
|
|
readability-string-compare,
|
|
|
|
|
readability-uppercase-literal-suffix,
|
|
|
|
|
|
|
|
|
|
FormatStyle: "file"
|
2023-01-23 15:08:44 +00:00
|
|
|
HeaderFilterRegex: ".*(ns|NS).*/(contrib|examples|src|scratch|utils)/*/.*h"
|
2022-12-22 16:45:36 +00:00
|
|
|
UseColor: true
|