mirror of
https://codeberg.org/tenacityteam/tenacity
synced 2025-10-03 18:09:28 +02:00
This produces quite a bit of suggestions that should be decided more on a case-by-case basis rather than automatically applied. Signed-off-by: Avery King <avery98@pm.me>
16 lines
465 B
YAML
16 lines
465 B
YAML
Checks: >
|
|
bugprone-branch-clone,
|
|
modernize-avoid-c-arrays,
|
|
modernize-use-bool-literals,
|
|
modernize-use-equals-default,
|
|
modernize-use-equals-delete,
|
|
modernize-use-nullptr,
|
|
modernize-use-noexcept,
|
|
modernize-use-override,
|
|
performance-inefficient-algorithm,
|
|
performance-inefficient-vector-operation,
|
|
performance-trivially-destructible
|
|
CheckOptions:
|
|
- key: readability-identifier-naming.FunctionCase
|
|
value: CamelCase
|