Commit e9598f80 authored by Lin Jen-Shin's avatar Lin Jen-Shin Committed by Kamil Trzciński

Resolve "Fix danger commit messages check"

parent 48d31abc
......@@ -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
......
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