Skip to content
Snippets Groups Projects
Commit a7a7e2d8 authored by Grzegorz Bizon's avatar Grzegorz Bizon
Browse files

Fix Rubocop offenses in YAML processor classes

parent 10a486b3
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,6 @@ module Gitlab
raise ValidationError, e.message
end
 
def builds
@jobs.map do |name, _|
build_attributes(name)
Loading
Loading
Loading
Loading
@@ -1694,7 +1694,7 @@ EOT
end
 
def pipeline(**attributes)
build_stubbed(:ci_empty_pipeline, **attributes)
build_stubbed(:ci_empty_pipeline, **attributes)
end
end
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