clang-tidy: check casing on class names#8411
Conversation
Signed-off-by: Derek Argueta <dereka@pinterest.com>
| }; | ||
|
|
||
| logTestClass testObj; | ||
| LogTestClass testObj; |
There was a problem hiding this comment.
s/testObj/test_obj/ I think you'll catch this in next identifier-naming PR but feel free to fix here too.
|
I might need to revisit this check another time - clang-tidying This isn't an effect of clang-tidy, just an issue in the build system that seems to have relied on transitive dependencies for getting abseil. |
|
@derekargueta I think you may add abseil_strings deps to envoy_basic_cc_library, that shouldn't introduce circular dependency. |
Signed-off-by: Derek Argueta <dereka@pinterest.com>
Signed-off-by: Derek Argueta <dereka@pinterest.com>
Description: verify `CamelCase` for class names. Risk Level: low Testing: existing Docs Changes: N/A Release Notes: N/A Signed-off-by: Derek Argueta <dereka@pinterest.com>
Description: verify
CamelCasefor class names.Risk Level: low
Testing: existing
Docs Changes: N/A
Release Notes: N/A
Signed-off-by: Derek Argueta dereka@pinterest.com