format: add checks for type aliases #9840
Labels
area/build
beginner
Good starter issues!
enhancement
Feature requests. Not bugs or questions.
help wanted
Needs help!
Description:
Envoy has several conventions around type aliases defined in STYLE.md. Right now these conventions are checked by reviewers. It would be really useful to have the conventions checked in the format CI run.
This could be done with regexes in the check_format.py script, or optimally by extending clang-tidy.
The text was updated successfully, but these errors were encountered: