Commit 0f069485 authored by Sam Bigelow's avatar Sam Bigelow

Clarify messaging on what fails for too many failed lines

parent 8b460204
......@@ -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