Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tidy: split TestRunner to cc #8500

Merged
merged 1 commit into from
Oct 5, 2019
Merged

tidy: split TestRunner to cc #8500

merged 1 commit into from
Oct 5, 2019

Conversation

lizan
Copy link
Member

@lizan lizan commented Oct 5, 2019

Signed-off-by: Lizan Zhou [email protected]

Description:

  • Exclude modernize-use-trailing-return-type which is against style guide and noisy even as warning.
  • Split test_runner to cc and h, anonymous namespace in header results clang-tidy complains non-used function.

Risk Level: Low (test only)
Testing: CI
Docs Changes: N/A
Release Notes: N/A

@lizan lizan requested a review from snowp October 5, 2019 00:05
Copy link
Contributor

@snowp snowp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@lizan lizan merged commit f709434 into envoyproxy:master Oct 5, 2019
@lizan lizan deleted the tidy branch October 5, 2019 06:47
nandu-vinodan pushed a commit to nandu-vinodan/envoy that referenced this pull request Oct 17, 2019
Description:
- Exclude `modernize-use-trailing-return-type` which is against style guide and noisy even as warning. 
- Split test_runner to cc and h, anonymous namespace in header results clang-tidy complains non-used function.

Risk Level: Low (test only)
Testing: CI
Docs Changes: N/A
Release Notes: N/A

Signed-off-by: Lizan Zhou <[email protected]>
@lizan lizan restored the tidy branch March 24, 2020 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants