tarantool / checkpatch

Checkpatch for Tarantool
GNU General Public License v2.0
2 stars 2 forks source link

Check that git commit subject length does not exceed 72 symbols #29

Open CuriousGeorgiy opened 2 years ago

CuriousGeorgiy commented 2 years ago

We need to check that git commit subject length does not exceed 72 symbols (currently it is the same as the body line length, i.e., 75): otherwise GitHub will insert a line break and display it uggly on the website.