3rdparty / eventuals-grpc

C++ asynchronous interface for gRPC based on https://github.com/3rdparty/eventuals.
Apache License 2.0
20 stars 5 forks source link

Check all `.cc|.cpp`, `.h`, `.proto`, `.bzl` on code style #31

Closed ArthurBandaryk closed 3 years ago

ArthurBandaryk commented 3 years ago

check_style.sh checks if all .cc|.cpp|.h|.proto files were correctly formatted. check_line_length.sh script checks if any line of the file has more than 80 chars.

ArthurBandaryk commented 3 years ago

As you could probably see from C/C++ Style Check/Formatting Check actions, we need to format code since there are some lines that have more than 80 chars (/stout/grpc/client.h file). So I will create a separate PR to fix this issue:)