mirror of
https://github.com/transmission/transmission
synced 2025-02-22 06:00:41 +00:00
* build: add clang-tidy check modernize-pass-by-value * build: add clang-tidy check modernize-loop-convert * refactor: constexpr * refactor: make preallocGuess a std::array
11 lines
290 B
YAML
11 lines
290 B
YAML
---
|
|
# Many of these checks are disabled only because the code hasn't been
|
|
# cleaned up yet. Pull requests welcomed.
|
|
Checks: >
|
|
modernize-loop-convert,
|
|
modernize-pass-by-value,
|
|
modernize-use-default-member-init,
|
|
modernize-use-nullptr,
|
|
modernize-use-override,
|
|
modernize-use-using
|
|
|