Skip to content

checkpatch should check all the commits in the MR, not just the last one

https://git.picodata.io/picodata/tarantool/-/blob/351dbb1ded66be91a863ab34c752b2a19f6bd807/.gitlab-ci.yml#L52

When running on CI checkpatch is configured to only check the last commit. This means that it ignores the rest of the commits if a merge request has multiple of them (which is most of the cases).

If we are using checkpatch, we probably should be using it correctly, otherwise what's the point?