Skip to content
Snippets Groups Projects
Commit 23a66981 authored by GitLab Bot's avatar GitLab Bot
Browse files

Add latest changes from gitlab-org/gitlab@master

parent 190ca052
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,8 +35,7 @@ ALLOWED_WARNINGS = [
 
def warning_count(static_analysis)
static_analysis.warned_results
.reject { |result| ALLOWED_WARNINGS.include?(result.stderr.strip) }
.count
.count { |result| !ALLOWED_WARNINGS.include?(result.stderr.strip) }
end
 
def jobs_to_run(node_index, node_total)
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