envoyproxy/envoy

Sharing support for clang-tidy (and maybe more) with other repositories

Open

#5,885 建立於 2019年2月8日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
help wantedtech debt

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

Sharing support for clang-tidy (and maybe more) with other repositories

Description: The envoy-perf repository now runs clang-tidy in CI [1]. In order to so, some scripts had to be copied over from Envoy, resulting in code duplication. This was needed because some minor changes were required. It would be nice to have unified support for things like clang-format, perhaps via a shared submodule.

Links: [1] Envoy-perf pull request introducing clang-tidy in CI

貢獻者指南