Nicholas McDaniel
Results
2
issues of
Nicholas McDaniel
I received protobuf files that contained the following structure: ```protobuf extend .google.protobuf.FieldOptions { optional string description = 50000; } ``` As far as I can tell, despite the extendee starting...
`.clang-tidy` contains a typo which causes the readability suite of tests to remain disabled. Changing this line to read `readability-*` will enable these lints. A quick test with clang-tidy enabled...
build system
solved