Commit 4e12a903 authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 14d28ff5 e17d303e
......@@ -149,7 +149,7 @@ def lint_commits(commits)
if !details && too_many_changed_lines?(commit)
fail_commit(
commit,
'Commits that change 30 or more lines in more than three files ' \
'Commits that change 30 or more lines across at least three files ' \
'must describe these changes in the commit body'
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment