Commit d9dba0bb authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 2a60b3b0 7b86f1a6
...@@ -199,7 +199,7 @@ def lint_commit(commit) ...@@ -199,7 +199,7 @@ def lint_commit(commit)
end end
def lint_commits(commits) def lint_commits(commits)
failed = commits.reject do |commit| failed = commits.select do |commit|
lint_commit(commit) lint_commit(commit)
end 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