# frozen_string_literal: true

if git.commits.size > 20
  failure 'This MR has more than 20 commits. You need to rebase this branch to have fewer commits.'
end
