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