diff options
author | abramov-alex <abramov-alex@yandex-team.com> | 2025-06-05 11:28:14 +0300 |
---|---|---|
committer | abramov-alex <abramov-alex@yandex-team.com> | 2025-06-05 11:55:08 +0300 |
commit | 748d19d4917cd8336d938f7e7d4a0a98484130c2 (patch) | |
tree | e0114ac68a06f95d99527e982ea0b83426eac126 /contrib/python/matplotlib/py3/src/ft2font.cpp | |
parent | 385e5754fbc7edae80903afe4516d95c8296eb74 (diff) | |
download | ydb-748d19d4917cd8336d938f7e7d4a0a98484130c2.tar.gz |
feat clang-tidy: add new checks to whitelist
Adds four new checks:
- misc-const-correctness ([docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/const-correctness.html)): ensures all variables that can be declared const are indeed declared const
- misc-use-anonymous-namespace ([docs](https://clang.llvm.org/extra/clang-tidy/checks/misc/use-anonymous-namespace.html)): finds symbols declared at global scope that can be moved into an anonymous namespace
- readability-duplicate-include ([docs](https://clang.llvm.org/extra/clang-tidy/checks/readability/duplicate-include.html)): removes duplicate #include's
- readability-identifier-length ([docs](https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-length.html)): finds variables and functions with too short names. By default the minimum required length is 3
commit_hash:180a6d8e7cd3773e9c1712703a1e2954e3be876b
Diffstat (limited to 'contrib/python/matplotlib/py3/src/ft2font.cpp')
0 files changed, 0 insertions, 0 deletions