diff options
author | Sam Bigelow <sbigelow@gitlab.com> | 2018-12-17 06:42:59 +0000 |
---|---|---|
committer | Sam Bigelow <sbigelow@gitlab.com> | 2018-12-17 06:42:59 +0000 |
commit | 0f069485c6f182a2434853e9e06724ee6ce3006d (patch) | |
tree | 45a7ac935b895c4ae19c5a3628754bb71679bd00 /danger/commit_messages/Dangerfile | |
parent | 8b4602041cf2c4a8738a4796d78720017249249f (diff) | |
download | gitlab-ce-0f069485c6f182a2434853e9e06724ee6ce3006d.tar.gz |
Clarify messaging on what fails for too many failed lines
Diffstat (limited to 'danger/commit_messages/Dangerfile')
-rw-r--r-- | danger/commit_messages/Dangerfile | 2 |
1 files changed, 1 insertions, 1 deletions
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' ) |