Clarify messaging on what fails for too many failed lines
This commit is contained in:
parent
8b4602041c
commit
0f069485c6
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue