mirror of
https://github.com/TrustTunnel/TrustTunnelClient.git
synced 2026-05-22 19:41:36 +00:00
d156caca6a
Squashed commit of the following: commit 542ff3c79526154aedd899f870e3d2b3c415844c Author: Zhavoronkov Aleksei <a.zhavoronkov@adguard.com> Date: Thu Feb 5 17:51:04 2026 +0300 lint-cpp: switch to clangd-tidy and drop *-magic-numbers Disable *-magic-numbers check because it takes a significant amount of time and no one actually uses it. Use clangd-tidy (https://github.com/lljbash/clangd-tidy) instead of clang-tidy in lint-cpp to speed up checks. Signed-off-by: Zhavoronkov Aleksei <a.zhavoronkov@adguard.com>
8 lines
234 B
YAML
8 lines
234 B
YAML
CompileFlags:
|
|
# TODO: Remove when https://github.com/clangd/clangd/issues/1167 will be fixed
|
|
Add: [-Wno-unknown-pragmas]
|
|
Diagnostics:
|
|
# Available in clangd-14
|
|
UnusedIncludes: None
|
|
# Requires clangd-17
|
|
MissingIncludes: None |