envoyproxy/envoy

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

Open

#5.885 geöffnet am 8. Feb. 2019

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (5.373 Forks)batch import
help wantedtech debt

Repository-Metriken

Stars
 (27.997 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide