Closed ArthurBandaryk closed 3 years ago
Also tested check_style_proto
script locally. Was playing with correct format, then added some format errors and made some lines exceed 80
characters. The results and test.proto
file are on the screen below.
.proto
files: using prototool
or clang-format
.jidicula's clang-format-action
doesn't check if line[i] > 80
chars. So actually I'm thinking about to remove this action and to base on the Ben's script tools/pre-commit
. Your thoughts guys?
Added
check_style_proto
in thetools
directory. It's a simple bash script which is run in the check_format_code.yaml action.