Resolve "Fix danger commit messages check"

This commit is contained in:
Lin Jen-Shin 2019-02-22 11:56:45 +00:00 committed by Kamil Trzciński
parent 48d31abc97
commit e9598f80a1
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ def lint_commit(commit)
end
def lint_commits(commits)
failed = commits.reject do |commit|
failed = commits.select do |commit|
lint_commit(commit)
end