Skip to content
Snippets Groups Projects
Commit 7b86f1a6 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Merge branch '58057-fix-danger-commit-messages-check' into 'master'

Resolve "Fix danger commit messages check"

Closes #58057

See merge request gitlab-org/gitlab-ce!25489
parents 48d31abc e9598f80
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment