Commit a7a7e2d8 authored by Grzegorz Bizon's avatar Grzegorz Bizon

Fix Rubocop offenses in YAML processor classes

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