envoyproxy / envoyproxy/nighthawk
Code modernisation opportunities (c++17)
Open
enhancement
good first issue
tech-debt
- Dominant language
- C++
- Stars
- 414
- Forks
- 95
- Avg merge
- 2d 9h
- Merged PRs (30d)
- 11
Description
In https://github.com/envoyproxy/nighthawk/pull/412 two clang-tidy checks have been disabled.
It's possible that Envoy may revert back to c++14, and until we are sure that won't happen, we
should probably not rely on c++17isms.
This issue tracks following up on enabling of the following checks:
-modernize-use-nodiscard
-modernize-concat-nested-namespaces
Contributor guide
Assessment
This issue has not been assessed yet.