Closed ArthurBandaryk closed 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:)
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.