15 comments (15 comments)0 reactions (0 reactions)1 assignee (1 assignee)C++5,373 forks (5,373 forks)batch import
beginnerhelp wantedtech debt
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Description:
clang-tidy runs against diffs in CI, but it will caught all errors on the lines the PR author touched. Ideally we should make a full clang-tidy run error free.
Contributor guide
- Research direction
- Set up the envoy build environment, run clang tidy with the project's configuration, and fix each reported error. Check CI logs for examples of errors.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Refactor
- Prerequisites
- C++clang tidyGit