From 0f069485c6f182a2434853e9e06724ee6ce3006d Mon Sep 17 00:00:00 2001 From: Sam Bigelow Date: Mon, 17 Dec 2018 06:42:59 +0000 Subject: [PATCH] Clarify messaging on what fails for too many failed lines --- danger/commit_messages/Dangerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danger/commit_messages/Dangerfile b/danger/commit_messages/Dangerfile index c5ebb9b457e..abb36098629 100644 --- a/danger/commit_messages/Dangerfile +++ b/danger/commit_messages/Dangerfile @@ -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' )