Skip to content

Commit

Permalink
Fix typo in Dangerfile comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsim committed Aug 21, 2017
1 parent 4f7a098 commit 0e1a636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require 'open3'
# Warn when there is a big PR
warn('Big PR') if git.lines_of_code > 500

# Ensure a clean commits history
# Ensure a clean commit history
if git.commits.any? { |c| c.message =~ /^Merge branch '#{github.branch_for_base}'/ }
fail('Please rebase to get rid of the merge commits in this PR')
end
Expand Down

0 comments on commit 0e1a636

Please sign in to comment.