Clarify messaging on what fails for too many failed lines

This commit is contained in:
Sam Bigelow 2018-12-17 06:42:59 +00:00
parent 8b4602041c
commit 0f069485c6
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'
)