Merge branch 'updateDangerfileCommits' into 'master'

Clarify messaging on what fails for too many failed lines

See merge request gitlab-org/gitlab-ce!23862
This commit is contained in:
Rémy Coutable 2018-12-17 13:05:54 +00:00
commit e17d303e21
1 changed files with 1 additions and 1 deletions

View File

@ -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'
)