Commit e17d303e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'updateDangerfileCommits' into 'master'

Clarify messaging on what fails for too many failed lines

See merge request gitlab-org/gitlab-ce!23862
parents 2f4fe2b5 0f069485
......@@ -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